Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2015
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. ssh -i <mypemfile.pem> ubuntu@<my-ip-address>
  2.  
  3. connection closed by <my-ip-address>
  4.  
  5. ssh -v -i <mypemfile.pem> ubuntu@<my-ip-address>
  6.  
  7. OpenSSH_6.6.1, OpenSSL 1.0.1m 19 Mar 2015
  8. debug1: Connecting to 52.88.36.194 [52.88.36.194] port 22.
  9. debug1: Connection established.
  10. debug1: identity file instacare.pem type -1
  11. debug1: identity file instacare.pem-cert type -1
  12. debug1: Enabling compatibility mode for protocol 2.0
  13. debug1: Local version string SSH-2.0-OpenSSH_6.6.1
  14. debug1: Remote protocol version 2.0, remote software version OpenSSH_6.6.1p1 Ubu
  15. ntu-2ubuntu2
  16. debug1: match: OpenSSH_6.6.1p1 Ubuntu-2ubuntu2 pat OpenSSH_6.6.1* compat 0x04000
  17. 000
  18. debug1: SSH2_MSG_KEXINIT sent
  19. Connection closed by 52.88.36.194
  20.  
  21. SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement