Hi everyone, just subscribed to the list and have a question about fixing a problem Im
having with OpenSSH on Linux.
Before signing up here and writing this I checked both the README, INSTALL, FAQ and
list
archives for answers, so if there is already a place where this problem is documented
Ill
gladly take a pointer to it. :)
Basic problem is this, I can connect with SSH, but it wont accept my password.
Im running Linux kernal "2.2.14-5.0 #1" from a fresh Red Hat 6.2 installation.
OpenSSH is
the second thing Im trying to install (after OpenSSL). I built it from the
"openssh-2.3.0p1.tar.gz" source I got off of openssh.com Portability link.
Configuration was done as "./configure --with-md5-passwords", and I also tried it
without
the md5 specification (though Im using it). Make was simple "make" followed by "make
install". (My system is using PAM, I did also try copying the sshd.pam into the
/etc/pam.d/ dir)
No problems reported there.
Connection (IP blotted out):
[webmaster@galaga webmaster]$ ssh -v ghowland@###.###.###.###
SSH Version OpenSSH_2.3.0p1, protocol versions 1.5/2.0.
Compiled with SSL (0x0090581f).
debug: Reading configuration data /usr/local/etc/ssh_config
debug: Seeding random number generator
debug: ssh_connect: getuid 500 geteuid 0 anon 0
debug: Connecting to ###.###.###.### [###.###.###.###] port 22.
debug: Seeding random number generator
debug: Allocated local port 881.
debug: Connection established.
debug: Remote protocol version 1.99, remote software version OpenSSH_2.3.0p1
debug: no match: OpenSSH_2.3.0p1
debug: Local version string SSH-1.5-OpenSSH_2.3.0p1
debug: Waiting for server public key.
debug: Received server public key (768 bits) and host key (1024 bits).
The authenticity of host '###.###.###.###' can't be established.
RSA key fingerprint is 68:37:ce:7c:56:66:f7:af:d9:57:88:4c:50:b6:1b:9a.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '###.###.###.###' (RSA) to the list of known hosts.
debug: Seeding random number generator
debug: Encryption type: 3des
debug: Sent encrypted session key.
debug: Installing crc compensation attack detector.
debug: Received encrypted confirmation.
debug: Trying RSA authentication with key '[EMAIL PROTECTED]'
debug: Server refused our key.
debug: Doing password authentication.
ghowland@###.###.###.###'s password:
Permission denied, please try again.
ghowland@###.###.###.###'s password:
Permission denied, please try again.
ghowland@###.###.###.###'s password:
Permission denied.
debug: Calling cleanup 0x805b39c(0x0)
___________
Any ideas on tackling this? I never saw an actual resolution to it in the mailing list
archives. Seems like most of the people encountering it just installed the binary and
then ignored it.
-Geoff