Ubuntu16.04: SSH is not installed by default.

 

sudo apt-get install openssh-server
Copy the code

After installation, run

netstat -ntlp|grep 22
Copy the code

If port 22 is enabled, SSH runs normally

Log in to the remote tool using SSH username @ip