Guest User

Untitled

a guest
Feb 16th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. sudo apt-get update
  2.  
  3. sudo apt-get upgrade
  4.  
  5. reboot
  6.  
  7. ssh -vvv myserver@<ip>
  8. OpenSSH_7.2p2 Ubuntu-4ubuntu2.6, OpenSSL 1.0.2g 1 Mar 2016
  9. debug1: Reading configuration data /etc/ssh/ssh_config
  10. debug1: /etc/ssh/ssh_config line 19: Applying options for *
  11. debug2: resolving "<ip>" port 22
  12. debug2: ssh_connect_direct: needpriv 0
  13. debug1: Connecting to <ip> [<ip>] port 22.
  14. debug1: connect to address <ip> port 22: Connection refused
  15. ssh: connect to host <ip> port 22: Connection refused
Add Comment
Please, Sign In to add comment