Guest User

Untitled

a guest
Jul 22nd, 2018
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. kenneth $ ssh -i key.pem ubuntu@server.compute-1.amazonaws.com
  2. OpenSSH_7.6p1, LibreSSL 2.6.2
  3. debug1: Reading configuration data /etc/ssh/ssh_config
  4. debug1: /etc/ssh/ssh_config line 48: Applying options for *
  5. debug2: ssh_connect_direct: needpriv 0
  6. debug1: Connecting to server.compute-1.amazonaws.com port 22.
  7.  
  8. kenneth $ telnet serverip
  9. trying serverip...
  10. telnet: connect to address serverip: Operation timed out
  11. telnet: Unable to connect to remote host
  12.  
  13. kenneth $ ping serverip
  14. PING serverip (serverip): 56 data bytes
  15. 64 bytes from serverip: icmp_seq=0 ttl=47 time=25.531 ms
  16. 64 bytes from serverip: icmp_seq=1 ttl=47 time=27.442 ms
  17. 64 bytes from serverip: icmp_seq=2 ttl=47 time=27.045 ms
  18. 64 bytes from serverip: icmp_seq=3 ttl=47 time=28.912 ms
  19. ^C
  20. --- 35.173.139.106 ping statistics ---
  21. 4 packets transmitted, 4 packets received, 0.0% packet loss
  22. round-trip min/avg/max/stddev = 25.531/27.233/28.912/1.204 ms
  23.  
  24. sudo launchctl stop com.openssh.sshd
  25. sudo launchctl start com.openssh.sshd
Add Comment
Please, Sign In to add comment