Re: Password three times with ssh



Jan Moren wrote:

For some reason I can't fathom, this _always_ asks for my own local
password /the user password you supply to sudo) three times before it
gets to asking for the non-local password. Always three times (and it's
not incorrect entry; if I enter it incorrectly I have to start over):

Password:
Password:
Password:
name@xxxxxxxxxxxxxxxxx's password:

That's the remote machine all 4 times, it's falling back from one auth
method (keyboard-interactive) to another (password). Watch as I do this
here (intentionally getting the wrong password):

(base)adconrad@cthulhu:~$ ssh -v jerm
[...]
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
adconrad@jerm's password:

... Adam


--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
https://lists.ubuntu.com/mailman/listinfo/ubuntu-users



Relevant Pages

  • help with ssh
    ... debug1: Authentications that can continue: publickey,gssapi-with-mic,password ... debug2: we sent a gssapi-with-mic packet, ...
    (RedHat)
  • Re: SFTP/SCP connection prob
    ... debug1: Authentications that can continue: publickey,password,keyboard- ... debug2: we sent a publickey packet, ... which only supports SFTP/SCP protocal from server C ...
    (comp.security.unix)
  • openssh + kerberos + windows ad
    ... debug1: Connection established. ... debug2: fd 3 setting O_NONBLOCK ... debug1: Authentications that can continue: ... we sent a gssapi-with-mic packet, ...
    (SSH)
  • openssh + kerberos + windows ad
    ... debug1: Connection established. ... debug2: fd 3 setting O_NONBLOCK ... debug1: Authentications that can continue: ... we sent a gssapi-with-mic packet, ...
    (comp.protocols.kerberos)
  • Re: Expect scripting help - to determine hostname with ssh
    ... You're sending the scp command to your ping process. ... debug1: Authentications that can continue: ... debug1: Next authentication method: keyboard-interactive ...
    (comp.lang.tcl)