How to get a new Ubuntu Desktop installation to accept SSH connections

DebianFresh InstallOpenSSHUbuntu

 

Run this one command in Terminal and enter your admin password when prompted.

sudo apt-get update && sudo apt-get -y install openssh-server && sudo ufw allow 22

 

You should be able to connect the your host now using the standard syntax.

 

ssh user@host.com 

Leave a Reply