Physical Address

304 North Cardinal St.
Dorchester Center, MA 02124

Install SSH – Ubuntu 16.04

If you’ve installed Ubuntu 16.04 Desktop you won’t be able to remotely ssh in to the box until you install the ssh server.

To do so, issue the following at the terminal:

sudo apt-get install ssh

That’s it, try ssh’ing into the box from a remote terminal.