Advertisement
Guest User

ssh output when no private key is accepted

a guest
Sep 17th, 2013
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. debug1: Authentications that can continue: publickey,password
  2. debug3: start over, passed a different list publickey,password
  3. debug3: preferred gssapi-keyex,gssapi-with-mic,publickey,keyboard-interactive,password
  4. debug3: authmethod_lookup publickey
  5. debug3: remaining preferred: keyboard-interactive,password
  6. debug3: authmethod_is_enabled publickey
  7. debug1: Next authentication method: publickey
  8. debug1: Offering RSA public key: /home/username/.ssh/id_rsa
  9. debug3: send_pubkey_test
  10. debug2: we sent a publickey packet, wait for reply
  11. debug1: Authentications that can continue: publickey,password
  12. debug1: Trying private key: /home/username/.ssh/id_dsa
  13. debug3: no such identity: /home/username/.ssh/id_dsa
  14. debug1: Trying private key: /home/username/.ssh/id_ecdsa
  15. debug3: no such identity: /home/username/.ssh/id_ecdsa
  16. debug2: we did not send a packet, disable method
  17. debug3: authmethod_lookup password
  18. debug3: remaining preferred: ,password
  19. debug3: authmethod_is_enabled password
  20. debug1: Next authentication method: password
  21. root@server's password:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement