Hello, having some problems connecting with ssh, the server
just returns invalid password, even though the password has been checked,
changed, and double checked. There was a problem with pam, but i recompiled
without pam, and get the same problem:
SSH Version OpenSSH_2.3.0p1, protocol versions
1.5/2.0.
Compiled with SSL (0x0090600f). After compiling without pam:
Dec 31 14:45:19 rocket sshd[4355]: Server listening on
192.168.0.3 port 22.
Dec 31 14:45:19 rocket sshd[4355]: Generating 768 bit RSA key. Dec 31 14:45:20 rocket sshd[4355]: RSA key generation complete. Dec 31 14:45:52 rocket sshd[4360]: Failed password for joe from 192.168.0.3 port 701 Dec 31 14:45:58 rocket last message repeated 2 times Dec 31 14:45:58 rocket sshd[4360]: Connection closed by 192.168.0.3 Before compiling without pam: Dec 31 13:47:31 rocket sshd[10124]: Server listening on 0.0.0.0 port
22.
Dec 31 13:47:31 rocket sshd[10124]: Generating 768 bit RSA key. Dec 31 13:47:32 rocket sshd[10124]: RSA key generation complete. Dec 31 13:49:17 rocket sshd[10126]: Failed password for joe from 192.168.0.2 port 1338 Dec 31 13:49:18 rocket sshd[10126]: Unknown message during authentication: type 4 Dec 31 13:49:18 rocket sshd[10126]: Failed bad-auth-msg-4 for joe from 192.168.0.2 port 1338 Dec 31 13:49:21 rocket sshd[10126]: Failed password for joe from 192.168.0.2 port 1338 Dec 31 13:49:21 rocket sshd[10126]: Unknown message during authentication: type 4 Dec 31 13:49:21 rocket sshd[10126]: Failed bad-auth-msg-4 for joe from 192.168.0.2 port 1338 Dec 31 13:49:24 rocket sshd[10126]: Failed password for joe from 192.168.0.2 port 1338 Dec 31 13:49:25 rocket sshd[10126]: Unknown message during authentication: type 4 Dec 31 13:49:25 rocket sshd[10126]: Failed bad-auth-msg-4 for joe from 192.168.0.2 port 1338 Dec 31 13:49:30 rocket sshd[10126]: Failed password for joe from 192.168.0.2 port 1338 Dec 31 13:49:30 rocket sshd[10126]: Disconnecting: Too many authentication failures for joe Dec 31 13:49:30 rocket sshd[10126]: Cannot close PAM session[4]: System error Dec 31 13:59:18 rocket sshd[12192]: error: Bind to port 22 on 192.168.0.3 failed: Address already in use. Dec 31 13:59:18 rocket sshd[12192]: fatal: Cannot bind any address. Dec 31 14:03:09 rocket sshd[12201]: Failed password for joe from 192.168.0.2 port 1351 ssh2 Dec 31 14:05:11 rocket last message repeated 2 times Dec 31 14:05:28 rocket PAM_pwdb[619]: (su) session closed for user root Dec 31 14:06:07 rocket PAM_pwdb[12205]: password for (joe/500) changed by (joe/500) Dec 31 14:06:12 rocket sshd[12201]: Failed password for joe from 192.168.0.2 port 1351 ssh2 Dec 31 14:06:15 rocket sshd[12201]: Received disconnect: 14: Unable to authenticate using any of the configured authentication methods Dec 31 14:06:15 rocket sshd[12201]: Cannot close PAM session[4]: System error I compiled openssl with threads and -D_REENTRANT to use multi-threading,
and i compiled openssh and --with-tcp-wrappers.
Please note that the password being entered is correct, as it has been
tested, changed, tested again etc. This user and password can login fine with
telnet.
Any help you can provide will be appreciated..
|