[NBLUG/talk] SSH not letting me login

Micxz micxz at slashdomain.com
Tue Nov 2 22:07:47 PST 2004


For some reason I can't login to my server at home via SSH with my usual 
user name.
Other users seems to work OK.

I don't think I could typed my password wrong six times. I also tried 
changing it. I know it's correct because I login locally with this 
user/pass. I tried publickey but no go.

Anything special anyone think I should look for? I tried playing around 
with sshd_config and don't see anything suspicious in the logs.


--
Micxz

INFO:

/var/log/warn reads:
Nov  2 21:01:25 neptune sshd[23763]: error: PAM: System error
Nov  2 21:01:25 neptune sshd[23763]: error: PAM: System error
Nov  2 21:02:17 neptune sshd[23774]: fatal: mm_request_receive_expect: 
read: rtype 46 != type 44

var/log/messages reads:
Nov  2 21:45:20 neptune sshd[24340]: Failed keyboard-interactive/pam for 
micxz from ::1 port 11312 ssh2
Nov  2 21:45:22 neptune sshd[24340]: Failed password for micxz from ::1 
port 11312 ssh2
Nov  2 21:45:28 neptune last message repeated 2 times

micxz at neptune:~> ssh -v -l micxz localhost
OpenSSH_3.7.1p2, SSH protocols 1.5/2.0, OpenSSL 0.9.7b 10 Apr 2003
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to localhost [::1] port 22.
debug1: Connection established.
debug1: identity file /home/micxz/.ssh/id_rsa type 1
debug1: identity file /home/micxz/.ssh/id_dsa type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_3.7.1p2
debug1: match: OpenSSH_3.7.1p2 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_3.7.1p2
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-cbc hmac-md5 none
debug1: kex: client->server aes128-cbc hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Host 'localhost' is known and matches the RSA host key.
debug1: Found key in /home/micxz/.ssh/known_hosts:11
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: 
publickey,password,keyboard-interactive
debug1: Next authentication method: publickey
debug1: Offering public key: /home/micxz/.ssh/id_rsa
debug1: Authentications that can continue: 
publickey,password,keyboard-interactive
debug1: Trying private key: /home/micxz/.ssh/id_dsa
debug1: Next authentication method: keyboard-interactive
Password:
debug1: Authentications that can continue: 
publickey,password,keyboard-interactive
Password:
debug1: Authentications that can continue: 
publickey,password,keyboard-interactive
Password:
debug1: Authentications that can continue: 
publickey,password,keyboard-interactive
debug1: Next authentication method: password
micxz at localhost's password:
debug1: Authentications that can continue: 
publickey,password,keyboard-interactive
Permission denied, please try again.
micxz at localhost's password:
debug1: Authentications that can continue: 
publickey,password,keyboard-interactive
Permission denied, please try again.
micxz at localhost's password:
Received disconnect from ::1: 2: Too many authentication failures for micxz
debug1: Calling cleanup 0x80645d0(0x0)





More information about the talk mailing list