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

By Tech Writer Debian
  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 abl

 

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