Advertisement
Guest User

Untitled

a guest
Apr 27th, 2015
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. debug2: set_newkeys: mode 1
  2. debug1: SSH2_MSG_NEWKEYS sent
  3. debug1: expecting SSH2_MSG_NEWKEYS
  4. debug2: set_newkeys: mode 0
  5. debug1: SSH2_MSG_NEWKEYS received
  6. debug1: Roaming not allowed by server
  7. debug1: SSH2_MSG_SERVICE_REQUEST sent
  8. debug2: service_accept: ssh-userauth
  9. debug1: SSH2_MSG_SERVICE_ACCEPT received
  10. debug2: key: /home/paul/.ssh/id_rsa (0x7f4195bbf000),
  11. debug2: key: /home/paul/.ssh/id_dsa ((nil)),
  12. debug2: key: /home/paul/.ssh/id_ecdsa ((nil)),
  13. debug2: key: /home/paul/.ssh/id_ed25519 ((nil)),
  14. debug1: Authentications that can continue: publickey,password
  15. debug1: Next authentication method: publickey
  16. debug1: Offering RSA public key: /home/paul/.ssh/id_rsa
  17. debug2: we sent a publickey packet, wait for reply
  18. debug1: Server accepts key: pkalg ssh-rsa blen 279
  19. debug2: input_userauth_pk_ok: fp SHA256:mqAOsoWOlnZC/9png+q2/FQ+WPBQNRYz4Rf3AbbfaZo
  20. debug1: Trying private key: /home/paul/.ssh/id_dsa
  21. debug1: Trying private key: /home/paul/.ssh/id_ecdsa
  22. debug1: Trying private key: /home/paul/.ssh/id_ed25519
  23. debug2: we did not send a packet, disable method
  24. debug1: No more authentication methods to try.
  25. Permission denied (publickey,password).
  26. lost connection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement