Well, I've tried with ssh -v, from a solaris, and that's what I get:
Code:
....
....
....
debug1: authentications that can continue: publickey,password,keyboard-interactive
debug1: next auth method to try is publickey
debug1: key does not exist: //.ssh/identity
debug1: key does not exist: //.ssh/id_rsa
debug1: key does not exist: //.ssh/id_dsa
debug1: next auth method to try is password
root@rmthost's password:
debug1: authentications that can continue: publickey,password,keyboard-interactive
debug1: next auth method to try is password
Permission denied, please try again.
root@rmthost's password:
debug1: authentications that can continue: publickey,password,keyboard-interactive
debug1: next auth method to try is password
Permission denied, please try again.
root@rmthost's password:
debug1: authentications that can continue: publickey,password,keyboard-interactive
debug1: next auth method to try is password
debug1: next auth method to try is keyboard-interactive
debug1: authentications that can continue: publickey,password,keyboard-interactive
debug1: next auth method to try is keyboard-interactive
debug1: authentications that can continue: publickey,password,keyboard-interactive
debug1: next auth method to try is keyboard-interactive
debug1: authentications that can continue: publickey,password,keyboard-interactive
debug1: next auth method to try is keyboard-interactive
debug1: no more auth methods to try
Unable to find an authentication method
debug1: Calling cleanup 0x3ee0c(0x0)
It's done this with MaxAuthTries set to 9, and it has prompted for password 3 times before failing.
Try 1:
debug1: next auth method to try is publickey
debug1: key does not exist: //.ssh/identity
debug1: key does not exist: //.ssh/id_rsa
debug1: key does not exist: //.ssh/id_dsa
Try 2:
debug1: next auth method to try is password
root@rmthost's password:
debug1: authentications that can continue: publickey,password,keyboard-interactive
Try 3:
debug1: next auth method to try is password
Permission denied, please try again.
root@rmthost's password:
debug1: authentications that can continue: publickey,password,keyboard-interactive
Try 4:
debug1: next auth method to try is password
Permission denied, please try again.
root@rmthost's password:
debug1: authentications that can continue: publickey,password,keyboard-interactive
Try 5:
debug1: next auth method to try is password
Try 6:
debug1: next auth method to try is keyboard-interactive
debug1: authentications that can continue: publickey,password,keyboard-interactive
Try 7:
debug1: next auth method to try is keyboard-interactive
debug1: authentications that can continue: publickey,password,keyboard-interactive
Try 8:
debug1: next auth method to try is keyboard-interactive
debug1: authentications that can continue: publickey,password,keyboard-interactive
Try 9:
debug1: next auth method to try is keyboard-interactive
debug1: no more auth methods to try
Unable to find an authentication method
debug1: Calling cleanup 0x3ee0c(0x0)