Skip to content

Instantly share code, notes, and snippets.

@coderforhire
Created July 10, 2012 16:37
Show Gist options
  • Save coderforhire/3084526 to your computer and use it in GitHub Desktop.
Save coderforhire/3084526 to your computer and use it in GitHub Desktop.
ebug2: we did not send a packet, disable method
debug3: authmethod_lookup publickey
debug3: remaining preferred: keyboard-interactive,password
debug3: authmethod_is_enabled publickey
debug1: Next authentication method: publickey
debug1: Offering RSA public key: /home/remote/.ssh/id_rsa
debug3: send_pubkey_test
debug2: we sent a publickey packet, wait for reply
debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password
debug1: Trying private key: /home/remote/.ssh/id_dsa
debug3: no such identity: /home/remote/.ssh/id_dsa
debug1: Trying private key: /home/remote/.ssh/id_ecdsa
debug3: no such identity: /home/remote/.ssh/id_ecdsa
debug2: we did not send a packet, disable method
debug3: authmethod_lookup password
debug3: remaining preferred: ,password
debug3: authmethod_is_enabled password
debug1: Next authentication method: password
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment