Cannot ssh to my own computer when using pam-0.74-1 or 0.74-4. Backing to
pam-0.72-40 then everything is OK again. Whats up?

Successful ssh: (with pam-0.72-x)
ssh -v localhost
...
debug: got SSH2_MSG_SERVICE_ACCEPT
debug: authentications that can continue: publickey,keyboard-interactive,password
debug: next auth method to try is publickey
debug: key does not exist: /home/user/.ssh/id_dsa
debug: next auth method to try is keyboard-interactive
Password: 
debug: ssh-userauth2 successfull: method keyboard-interactive
...
/var/log/secure:
...
Feb  1 22:32:04 host sshd[27249]: Accepted PAM for user from 127.0.0.1 port 1022 ssh2
Feb  1 22:32:04 host sshd[27249]: Accepted keyboard-interactive for
user from 127.0.0.1 port 1022 ssh2
...

Failing ssh: (with pam-0.74-x)
ssh -v localhost
...
debug: got SSH2_MSG_SERVICE_ACCEPT
debug: authentications that can continue: publickey,keyboard-interactive,password
debug: next auth method to try is publickey
debug: key does not exist: /home/user/.ssh/id_dsa
debug: next auth method to try is keyboard-interactive
debug: authentications that can continue: publickey,keyboard-interactive,password
debug: next auth method to try is keyboard-interactive
debug: authentications that can continue: publickey,keyboard-interactive,password
debug: next auth method to try is keyboard-interactive
debug: authentications that can continue: publickey,keyboard-interactive,password
debug: next auth method to try is keyboard-interactive
debug: next auth method to try is password
user@host's password: 
debug: authentications that can continue: publickey,keyboard-interactive,password
debug: next auth method to try is password
Permission denied, please try again.
user@host's password: 
...

/var/log/secure:
...
Feb  1 22:27:07 host sshd[27203]: PAM pam_get_user: no conv element in pamh
Feb  1 22:27:07 host sshd[27203]: Failed PAM for user from 127.0.0.1 port 1022 ssh2
Feb  1 22:27:07 host sshd[27203]: Failed keyboard-interactive for user
from 127.0.0.1 port 1022 ssh2
...



_______________________________________________
Redhat-devel-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-devel-list

Reply via email to