[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#801150: openssh-client: RSAAuthentication not working



On Tue, Oct 06, 2015 at 11:35:37PM +0200, Florent Rougon wrote:
> I am having problems connecting to other hosts using RSAAuthentication. The
> password prompt for the key does not even appear. Adding the key to the
> ssh-agent doesn't help. Usually, it works fine between the same hosts. Tested
> with two different servers. I didn't change my key recently.
> PasswordAuthentication works fine.

Do you have a good reason to still be using the RSAAuthentication
option?  It's protocol 1 only, which has been obsolete for a decade or
so, and your -vv transcript shows that you're using protocol 2 so
RSAAuthentication cannot possibly work.  Since you're communicating with
a server version that is substantially less than a decade old, there
should be no reason to try to use protocol 1 with it.  The protocol 2
equivalent is PubkeyAuthentication.

You will of course need to make sure that you aren't using an RSA1 key
(ssh-keygen -t rsa1 vs. -t rsa).

-- 
Colin Watson                                       [cjwatson@debian.org]


Reply to: