Install SSH on Ubuntu 20 Server or Desktop

Mindwatering Incorporated

Author: Tripp W Black

Created: 12/02/2020 at 02:19 PM

 

Category:
Ubuntu
General

Task:
Require to remote administer Ubuntu Desktop and Ubuntu Server instances. Need SSH server installed.


Steps:
Similar to previous releases:

a. Install:
$ sudo apt-get update
$ sudo apt-get install openssh-server
$ sudo systemctl status ssh
<confirm enabled and running>
q or cntl+c to quit

b. Open Firewall.
(Update networks as applicable)
$ sudo ufw allow ssh







previous page