Re: openssh client ignores public key authentication
From: Peter (murxxx_at_onlinehome.de)
Date: 02/05/04
- Next message: Papin: "ssh localhost problem"
- Previous message: Sean B: "Re: scp > 2gb files get lost connection."
- In reply to: Richard E. Silverman: "Re: openssh client ignores public key authentication"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 5 Feb 2004 18:24:41 +0100
My authorized_keys file and my id_rsa file are ok.
I put the same setup of those files on different HPUX and Linux machines.
Even when I ssh to myself on my localhost it does not work on HPUX but it
works on Linux.
When I switched back to openssh 3.6.1p1 it also worked on HPUX.
This there must be something with the ssh client on 3.7.1p2.
Maybe it needs a different make or some defaults in the config did change
and must be explicitly enabled as compared to 3.6.1p1.
Peter
"Richard E. Silverman" <res@qoxp.net> wrote in message
news:m28yji1zrw.fsf@darwin.oankali.net...
>
> > Hello,
> > I found that with my compilation of openssh 3.7.1p2 I can not
authenticate
> > from HPUX 10.20 via public key.
> > ...
> > debug1: identity file /home/peterk/.ssh/id_rsa type -1
> > debug1: identity file /home/peterk/.ssh/id_dsa type -1
>
> This indicates that OpenSSH fails to load the *public* key. This would
> happen if you have the private key file id_rsa, but not the corresponding
> public key. You need to have the public key either in the id_rsa file
> along with the private key, or (as is more usual) in id_rsa.pub.
>
> --
> Richard Silverman
> res@qoxp.net
>
- Next message: Papin: "ssh localhost problem"
- Previous message: Sean B: "Re: scp > 2gb files get lost connection."
- In reply to: Richard E. Silverman: "Re: openssh client ignores public key authentication"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|