Skip to content

Instantly share code, notes, and snippets.

@rileyrg
Created August 27, 2014 16:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rileyrg/63a0d3f7f8db9239729a to your computer and use it in GitHub Desktop.
Save rileyrg/63a0d3f7f8db9239729a to your computer and use it in GitHub Desktop.
debug1: expecting SSH2_MSG_NEWKEYS
debug2: set_newkeys: mode 0
debug1: SSH2_MSG_NEWKEYS received
debug1: Roaming not allowed by server
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug2: service_accept: ssh-userauth
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug2: key: /home/rgr/.ssh/id_rsa (0x7fc8444e20d0),
debug2: key: /home/rgr/.ssh/id_dsa ((nil)),
debug2: key: /home/rgr/.ssh/id_ecdsa ((nil)),
debug2: key: /home/rgr/.ssh/id_ed25519 ((nil)),
debug1: Authentications that can continue: password,publickey
debug3: start over, passed a different list password,publickey
debug3: preferred gssapi-keyex,gssapi-with-mic,publickey,keyboard-interactive,password
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/rgr/.ssh/id_rsa
debug3: send_pubkey_test
debug2: we sent a publickey packet, wait for reply
debug1: Authentications that can continue: password,publickey
debug1: Trying private key: /home/rgr/.ssh/id_dsa
debug3: no such identity: /home/rgr/.ssh/id_dsa: No such file or directory
debug1: Trying private key: /home/rgr/.ssh/id_ecdsa
debug3: no such identity: /home/rgr/.ssh/id_ecdsa: No such file or directory
debug1: Trying private key: /home/rgr/.ssh/id_ed25519
debug3: no such identity: /home/rgr/.ssh/id_ed25519: No such file or directory
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
rgr@asus-1015's password:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment