Re: Authentication failed!

From: Alan Chandler (alan@chandlerfamily.org.uk)
Date: 01/27/02


From: alan@chandlerfamily.org.uk (Alan Chandler)
Date: 27 Jan 2002 03:49:49 -0800

djnishim@hawaii.edu (Nishi) wrote in message news:<d5b6deb1.0201261853.3ff9b517@posting.google.com>...
> I installed OpenSSH on my computer that is running Mandrake 7.1. I
> can SSH into my Linux Box OK and it prompts me for my password.
> However when I enter my password, it prompts me again 2 more times and
> then finally I get a "warning: Authentication failed" error. Can
> someone help me out? Here is the command I typed in to ssh into my
> linux box:
>
> ssh2 -l myusername -c blowfish my.server.ip

OK, I am no expert, and am having trouble myself. However I hit this one yesterday
and so I have a suggestion of what the cause might be.

It looks like it is failing to validate your public key and is falling back to your
login password on that machine (ie not the passphrase on your key)

The server config file probably has some lines in it like

        AllowedAuthentications publickey,password
        RequiredAuthentications publickey

What do they say?



Relevant Pages