Advertisement
specialedge

Untitled

Jul 16th, 2016
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. steve@ubuntu:~/.ssh$ ssh -v -i ~/.ssf/id_rsa steve@107.155.66.29
  2. Warning: Identity file /home/steve/.ssf/id_rsa not accessible: No such file or directory.
  3. OpenSSH_6.6.1, OpenSSL 1.0.1f 6 Jan 2014
  4. debug1: Reading configuration data /etc/ssh/ssh_config
  5. debug1: /etc/ssh/ssh_config line 19: Applying options for *
  6. debug1: Connecting to 107.155.66.29 [107.155.66.29] port 22.
  7. debug1: Connection established.
  8. debug1: identity file /home/steve/.ssh/id_rsa type 1
  9. debug1: identity file /home/steve/.ssh/id_rsa-cert type -1
  10. debug1: identity file /home/steve/.ssh/id_dsa type -1
  11. debug1: identity file /home/steve/.ssh/id_dsa-cert type -1
  12. debug1: identity file /home/steve/.ssh/id_ecdsa type -1
  13. debug1: identity file /home/steve/.ssh/id_ecdsa-cert type -1
  14. debug1: identity file /home/steve/.ssh/id_ed25519 type -1
  15. debug1: identity file /home/steve/.ssh/id_ed25519-cert type -1
  16. debug1: Enabling compatibility mode for protocol 2.0
  17. debug1: Local version string SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.7
  18. debug1: Remote protocol version 2.0, remote software version OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.7
  19. debug1: match: OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.7 pat OpenSSH_6.6.1* compat 0x04000000
  20. debug1: SSH2_MSG_KEXINIT sent
  21. debug1: SSH2_MSG_KEXINIT received
  22. debug1: kex: server->client aes128-ctr hmac-md5-etm@openssh.com none
  23. debug1: kex: client->server aes128-ctr hmac-md5-etm@openssh.com none
  24. debug1: sending SSH2_MSG_KEX_ECDH_INIT
  25. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  26. debug1: Server host key: ECDSA 07:f7:58:2c:81:6d:3c:83:b4:9f:c2:46:35:73:f4:b1
  27. debug1: Host '107.155.66.29' is known and matches the ECDSA host key.
  28. debug1: Found key in /home/steve/.ssh/known_hosts:2
  29. debug1: ssh_ecdsa_verify: signature correct
  30. debug1: SSH2_MSG_NEWKEYS sent
  31. debug1: expecting SSH2_MSG_NEWKEYS
  32. debug1: SSH2_MSG_NEWKEYS received
  33. debug1: SSH2_MSG_SERVICE_REQUEST sent
  34. debug1: SSH2_MSG_SERVICE_ACCEPT received
  35. debug1: Authentications that can continue: publickey
  36. debug1: Next authentication method: publickey
  37. debug1: Offering RSA public key: /home/steve/.ssh/id_rsa
  38. debug1: Server accepts key: pkalg ssh-rsa blen 279
  39. Agent admitted failure to sign using the key.
  40. debug1: Trying private key: /home/steve/.ssh/id_dsa
  41. debug1: Trying private key: /home/steve/.ssh/id_ecdsa
  42. debug1: Trying private key: /home/steve/.ssh/id_ed25519
  43. debug1: No more authentication methods to try.
  44. Permission denied (publickey).
  45. steve@ubuntu:~/.ssh$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement