Page 1 of 1

Can't connect to OpenSSH_3.9p1, OpenSSL 0.9.7i 14 Oct 2005

Posted: Wed 28 May 2008 16:57
by snorkel
Hi,
I can't connect to a older version of OpenSSH on a Gentoo Linux server:

OpenSSH_3.9p1, OpenSSL 0.9.7i 14 Oct 2005

Keeps getting the following error(only error):
Authentication Failed

I can connect from putty without issue using the same username/password.

Any Ideas? The only error returned is Authentication Failed.

Posted: Thu 29 May 2008 11:14
by Dimon
Check that you use the same authentication method as Putty.
Also, please, make sure that in the sshd_config file on SSH server the following line is set:
PasswordAuthentication yes

Posted: Thu 29 May 2008 16:00
by snorkel
Dimon wrote:Check that you use the same authentication method as Putty.
Also, please, make sure that in the sshd_config file on SSH server the following line is set:
PasswordAuthentication yes
Hi,
Yes I checked all that, both are using password authentication and it's properly set in the server config file.

I also checked the logs on the server and no errors where raised, not sure what is going on.

Posted: Tue 10 Jun 2008 09:29
by Dimon
If you haven't solved this problem yet, please check, if you can connect to any other OpenSSH server.