Advertisement
Guest User

Untitled

a guest
Aug 1st, 2017
908
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. debug3: load_hostkeys: loading entries for host [hostname] from file "/home/daniele/.ssh/known_hosts"
  2. debug3: load_hostkeys: found key type ECDSA in file /home/daniele/.ssh/known_hosts:12
  3. debug3: load_hostkeys: loaded 1 keys
  4. debug1: Host [hostname] is known and matches the ECDSA host key.
  5. debug1: Found key in /home/daniele/.ssh/known_hosts:12
  6. debug1: ssh_ecdsa_verify: signature correct
  7. debug2: kex_derive_keys
  8. debug2: set_newkeys: mode 1
  9. debug1: SSH2_MSG_NEWKEYS sent
  10. debug1: expecting SSH2_MSG_NEWKEYS
  11. debug2: set_newkeys: mode 0
  12. debug1: SSH2_MSG_NEWKEYS received
  13. debug1: SSH2_MSG_SERVICE_REQUEST sent
  14. debug2: service_accept: ssh-userauth
  15. debug1: SSH2_MSG_SERVICE_ACCEPT received
  16. debug2: key: /home/daniele/.ssh/id_rsa (0x55c63d2ee5b0),
  17. debug2: key: /home/daniele/.ssh/id_dsa ((nil)),
  18. debug2: key: /home/daniele/.ssh/id_ecdsa ((nil)),
  19. debug2: key: /home/daniele/.ssh/id_ed25519 ((nil)),
  20. debug1: Authentications that can continue: publickey,password
  21. debug3: start over, passed a different list publickey,password
  22. debug3: preferred gssapi-keyex,gssapi-with-mic,publickey,keyboard-interactive,password
  23. debug3: authmethod_lookup publickey
  24. debug3: remaining preferred: keyboard-interactive,password
  25. debug3: authmethod_is_enabled publickey
  26. debug1: Next authentication method: publickey
  27. debug1: Offering RSA public key: /home/daniele/.ssh/id_rsa
  28. debug3: send_pubkey_test
  29. debug2: we sent a publickey packet, wait for reply
  30. debug1: Authentications that can continue: publickey,password
  31. debug1: Trying private key: /home/daniele/.ssh/id_dsa
  32. debug3: no such identity: /home/daniele/.ssh/id_dsa: No such file or directory
  33. debug1: Trying private key: /home/daniele/.ssh/id_ecdsa
  34. debug3: no such identity: /home/daniele/.ssh/id_ecdsa: No such file or directory
  35. debug1: Trying private key: /home/daniele/.ssh/id_ed25519
  36. debug3: no such identity: /home/daniele/.ssh/id_ed25519: No such file or directory
  37. debug2: we did not send a packet, disable method
  38. debug3: authmethod_lookup password
  39. debug3: remaining preferred: ,password
  40. debug3: authmethod_is_enabled password
  41. debug1: Next authentication method: password
  42. [username]@[hostname]'s password:
  43. debug3: packet_send2: adding 48 (len 61 padlen 19 extra_pad 64)
  44. debug2: we sent a password packet, wait for reply
  45. debug1: Authentications that can continue: publickey,password
  46. Permission denied, please try again.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement