On Wed, 25 Jul 2007, Jeff Blaine wrote:
> gssapi-keyex,gssapi-with-mic,publickey,password,keyboard-interactive
> debug1: Next authentication method: publickey
> # Next auth method should be 'password' if this fails
> debug1: Trying private key: /afs/rcf/user/jblaine/.ssh/identity
> debug1: Trying private key: /afs/rcf/user/jblaine/.ssh/id_rsa
> debug1: Trying private key: /afs/rcf/user/jblaine/.ssh/id_dsa
> debug1: Next authentication method: keyboard-interactive
> # WHAT HAPPENED TO 'password' !?
from the source code:
/*
* Since password userauth and keyboard-interactive userauth
* both use PAM, and since keyboard-interactive is so much
* better than password userauth, we should not allow the user
* to try password userauth after trying keyboard-interactive.
*/
I will file a bug against the man page, I can see it's not
documented.
--
Jan Pechanec