Enable SSH Server
Install SSH Server
$ sudo apt-get update
$ sudo apt-get install -y openssh-server$ sudo systemctl status sshOpen port for SSH Server in Firewall
sudo ufw allow sshConnecting to SSH Server
ssh {USER}@{MACHINE_IP}Last updated