spacepaste

  1.  
  2. $ ssh -v pine64user@192.168.0.130
  3. OpenSSH_6.6.1, OpenSSL 1.0.1f 6 Jan 2014
  4. debug1: Reading configuration data /home/kevin/.ssh/config
  5. debug1: Reading configuration data /etc/ssh/ssh_config
  6. debug1: /etc/ssh/ssh_config line 19: Applying options for *
  7. debug1: auto-mux: Trying existing master
  8. debug1: Control socket "/home/kevin/.ssh/control/192.168.0.130:22:pine64user" does not exist
  9. debug1: Connecting to 192.168.0.130 [192.168.0.130] port 22.
  10. debug1: Connection established.
  11. debug1: identity file /home/kevin/.ssh/id_rsa type 1
  12. debug1: identity file /home/kevin/.ssh/id_rsa-cert type -1
  13. debug1: identity file /home/kevin/.ssh/id_dsa type -1
  14. debug1: identity file /home/kevin/.ssh/id_dsa-cert type -1
  15. debug1: identity file /home/kevin/.ssh/id_ecdsa type -1
  16. debug1: identity file /home/kevin/.ssh/id_ecdsa-cert type -1
  17. debug1: identity file /home/kevin/.ssh/id_ed25519 type -1
  18. debug1: identity file /home/kevin/.ssh/id_ed25519-cert type -1
  19. debug1: Enabling compatibility mode for protocol 2.0
  20. debug1: Local version string SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.8
  21. debug1: Remote protocol version 2.0, remote software version OpenSSH_6.7p1 Debian-5+deb8u1
  22. debug1: match: OpenSSH_6.7p1 Debian-5+deb8u1 pat OpenSSH* compat 0x04000000
  23. debug1: SSH2_MSG_KEXINIT sent
  24. debug1: SSH2_MSG_KEXINIT received
  25. debug1: kex: server->client aes128-ctr hmac-sha1-etm@openssh.com none
  26. debug1: kex: client->server aes128-ctr hmac-sha1-etm@openssh.com none
  27. debug1: sending SSH2_MSG_KEX_ECDH_INIT
  28. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  29. debug1: Server host key: ECDSA fe:92:0a:ab:f0:d0:2b:0f:e9:55:e8:48:ea:e5:5d:ba
  30. debug1: Host '192.168.0.130' is known and matches the ECDSA host key.
  31. debug1: Found key in /home/kevin/.ssh/known_hosts:17
  32. debug1: ssh_ecdsa_verify: signature correct
  33. debug1: SSH2_MSG_NEWKEYS sent
  34. debug1: expecting SSH2_MSG_NEWKEYS
  35. debug1: SSH2_MSG_NEWKEYS received
  36. debug1: SSH2_MSG_SERVICE_REQUEST sent
  37. debug1: SSH2_MSG_SERVICE_ACCEPT received
  38. debug1: Authentications that can continue: publickey,password
  39. debug1: Next authentication method: publickey
  40. debug1: Offering RSA public key: /home/kevin/.ssh/id_rsa
  41. debug1: Authentications that can continue: publickey,password
  42. debug1: Trying private key: /home/kevin/.ssh/id_dsa
  43. debug1: Trying private key: /home/kevin/.ssh/id_ecdsa
  44. debug1: Trying private key: /home/kevin/.ssh/id_ed25519
  45. debug1: Next authentication method: password
  46. pine64user@192.168.0.130's password:
  47. debug1: Authentications that can continue: publickey,password
  48. Permission denied, please try again.
  49. pine64user@192.168.0.130's password:
  50. debug1: Authentications that can continue: publickey,password
  51. Permission denied, please try again.
  52. pine64user@192.168.0.130's password:
  53. debug1: Authentications that can continue: publickey,password
  54. debug1: No more authentication methods to try.
  55. Permission denied (publickey,password).
  56.