Advertisement
specialedge

Untitled

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