Re: Failure to authenticate
[url]http://www.snailbook.com/faq/publickey-userauth.auto.html[/url]
--
Richard Silverman
[email]res@qoxp.net[/email]
Re: Failure to authenticate
The /var/log/auth file on SSH server (Solaris 8)
What does it mean, "Failed publickey"
Jul 19 10:34:20 bava sshd[22662]: [ID 800047 auth.info] Connection
from xxx.xxx.xxx.xxx port 61587
Jul 19 10:34:20 bava sshd[22662]: [ID 800047 auth.info] Enabling
compatibility mode for protocol 2.0
Jul 19 10:34:20 bava sshd[22662]: [ID 800047 auth.info] WARNING: /usr/
local/etc/primes does not exist, using old prime
Jul 19 10:34:20 bava sshd[22662]: [ID 800047 auth.info] Failed none
for user1 from xxx.xxx.xxx.xxx port 61587 ssh2
Jul 19 10:34:20 bava sshd[22662]: [ID 800047 auth.info] Failed
publickey for user1 from xxx.xxx.xxx.xxx port 61587 ssh2
Re: Failure to authenticate
I figured out what the issue was. Because I am using protocol 2,
the public key needed to go to $HOME/.ssh/authorized_keys2
file, not authorized_keys.
Re: Failure to authenticate
SQ <onestatusquo@yahoo.com> wrote:[color=blue]
> I figured out what the issue was. Because I am using protocol 2,
> the public key needed to go to $HOME/.ssh/authorized_keys2
> file, not authorized_keys.[/color]
What version of OpenSSH are you using on the server?
--
Darren Dunham [email]ddunham@taos.com[/email]
Senior Technical Consultant TAOS [url]http://www.taos.com/[/url]
Got some Dr Pepper? San Francisco, CA bay area
< This line left intentionally blank to confuse you. >
Re: Failure to authenticate
Darren Dunham <ddunham@redwood.taos.com> wrote:[color=blue]
> SQ <onestatusquo@yahoo.com> wrote:[color=green]
>> I figured out what the issue was. Because I am using protocol 2,
>> the public key needed to go to $HOME/.ssh/authorized_keys2
>> file, not authorized_keys.[/color][/color]
[color=blue]
> What version of OpenSSH are you using on the server?[/color]
Sorry, just found the 3.5 in your earlier post.
From OpenSSH 3.0 forward, you shouldn't need to use 'authorized_keys2'.
All keys (including version 2 keys) should function in the
'authorized_keys' file.
--
Darren Dunham [email]ddunham@taos.com[/email]
Senior Technical Consultant TAOS [url]http://www.taos.com/[/url]
Got some Dr Pepper? San Francisco, CA bay area
< This line left intentionally blank to confuse you. >