Advertisement
Guest User

Untitled

a guest
Nov 19th, 2017
349
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.30 KB | None | 0 0
  1. dario@dario-N552VX:~/.ssh$ ssh -v -i ./botxo-dev.pem ec2-user@ec2-54-93-188-81.eu-central-1.compute.amazonaws.com
  2. OpenSSH_7.2p2 Ubuntu-4ubuntu2.2, OpenSSL 1.0.2g 1 Mar 2016
  3. debug1: Reading configuration data /home/dario/.ssh/config
  4. debug1: Reading configuration data /etc/ssh/ssh_config
  5. debug1: /etc/ssh/ssh_config line 19: Applying options for *
  6. debug1: Connecting to ec2-54-93-188-81.eu-central-1.compute.amazonaws.com [54.93.188.81] port 22.
  7. debug1: Connection established.
  8. debug1: key_load_public: No such file or directory
  9. debug1: identity file ./botxo-dev.pem type -1
  10. debug1: key_load_public: No such file or directory
  11. debug1: identity file ./botxo-dev.pem-cert type -1
  12. debug1: Enabling compatibility mode for protocol 2.0
  13. debug1: Local version string SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.2
  14. debug1: Remote protocol version 2.0, remote software version OpenSSH_6.6.1
  15. debug1: match: OpenSSH_6.6.1 pat OpenSSH_6.6.1* compat 0x04000000
  16. debug1: Authenticating to ec2-54-93-188-81.eu-central-1.compute.amazonaws.com:22 as 'ec2-user'
  17. debug1: SSH2_MSG_KEXINIT sent
  18. debug1: SSH2_MSG_KEXINIT received
  19. debug1: kex: algorithm: curve25519-sha256@libssh.org
  20. debug1: kex: host key algorithm: ecdsa-sha2-nistp256
  21. debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  22. debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  23. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  24. debug1: Server host key: ecdsa-sha2-nistp256 SHA256:fHxpTcmHfVZ4pNoDUNknA/qlM7CvAHC2ISZk+KyC8vI
  25. debug1: Host 'ec2-54-93-188-81.eu-central-1.compute.amazonaws.com' is known and matches the ECDSA host key.
  26. debug1: Found key in /home/dario/.ssh/known_hosts:10
  27. debug1: rekey after 134217728 blocks
  28. debug1: SSH2_MSG_NEWKEYS sent
  29. debug1: expecting SSH2_MSG_NEWKEYS
  30. debug1: rekey after 134217728 blocks
  31. debug1: SSH2_MSG_NEWKEYS received
  32. debug1: SSH2_MSG_SERVICE_ACCEPT received
  33. debug1: Authentications that can continue: publickey
  34. debug1: Next authentication method: publickey
  35. debug1: Offering RSA public key: dario@dario-G55VW
  36. debug1: Authentications that can continue: publickey
  37. debug1: Offering RSA public key: dario@dario-G55VW
  38. debug1: Authentications that can continue: publickey
  39. debug1: Offering RSA public key: dr@bloglic.com
  40. debug1: Authentications that can continue: publickey
  41. debug1: Offering RSA public key: dario@dario-G55VW
  42. debug1: Authentications that can continue: publickey
  43. debug1: Offering RSA public key: dario@dario-N552VX
  44. debug1: Authentications that can continue: publickey
  45. debug1: Offering RSA public key: dario@dario-N552VX
  46. Received disconnect from 54.93.188.81 port 22:2: Too many authentication failures for ec2-user
  47. debug1: Authentication succeeded (publickey).
  48. Authenticated to ec2-54-93-188-81.eu-central-1.compute.amazonaws.com ([54.93.188.81]:22).
  49. debug1: channel 0: new [client-session]
  50. debug1: Requesting no-more-sessions@openssh.com
  51. debug1: Entering interactive session.
  52. debug1: pledge: network
  53. debug1: channel 0: free: client-session, nchannels 1
  54. Connection to ec2-54-93-188-81.eu-central-1.compute.amazonaws.com closed by remote host.
  55. Connection to ec2-54-93-188-81.eu-central-1.compute.amazonaws.com closed.
  56. Transferred: sent 3692, received 2184 bytes, in 0.0 seconds
  57. Bytes per second: sent 451074.0, received 266832.5
  58. debug1: Exit status -1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement