Advertisement
Al0rse

ssh log to connect

Oct 11th, 2016
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. $ ssh -i "viKey.pem" ec2-user@52.29.92.235 -v
  2. OpenSSH_7.2p2, LibreSSL 2.4.1
  3. debug1: Reading configuration data /etc/ssh/ssh_config
  4. debug1: /etc/ssh/ssh_config line 20: Applying options for *
  5. debug1: Connecting to 52.29.92.235 [52.29.92.235] port 22.
  6. debug1: Connection established.
  7. debug1: key_load_public: No such file or directory
  8. debug1: identity file viKey.pem type -1
  9. debug1: key_load_public: No such file or directory
  10. debug1: identity file viKey.pem-cert type -1
  11. debug1: Enabling compatibility mode for protocol 2.0
  12. debug1: Local version string SSH-2.0-OpenSSH_7.2
  13. debug1: Remote protocol version 2.0, remote software version OpenSSH_6.6.1
  14. debug1: match: OpenSSH_6.6.1 pat OpenSSH_6.6.1* compat 0x04000000
  15. debug1: Authenticating to 52.29.92.235:22 as 'ec2-user'
  16. debug1: SSH2_MSG_KEXINIT sent
  17. debug1: SSH2_MSG_KEXINIT received
  18. debug1: kex: algorithm: curve25519-sha256@libssh.org
  19. debug1: kex: host key algorithm: ecdsa-sha2-nistp256
  20. debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  21. debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  22. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  23. debug1: Server host key: ecdsa-sha2-nistp256 SHA256:xJlg5NmM0GKy/4t16iQVvWI2CctaWP4xYrOjlvnC5L0
  24. debug1: Host '52.29.92.235' is known and matches the ECDSA host key.
  25. debug1: Found key in /Users/alorse/.ssh/known_hosts:4
  26. debug1: rekey after 134217728 blocks
  27. debug1: SSH2_MSG_NEWKEYS sent
  28. debug1: expecting SSH2_MSG_NEWKEYS
  29. debug1: rekey after 134217728 blocks
  30. debug1: SSH2_MSG_NEWKEYS received
  31. debug1: SSH2_MSG_SERVICE_ACCEPT received
  32. debug1: Authentications that can continue: publickey
  33. debug1: Next authentication method: publickey
  34. debug1: Trying private key: viKey.pem
  35. debug1: Authentications that can continue: publickey
  36. debug1: No more authentication methods to try.
  37. Permission denied (publickey).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement