Skip to main content

Ubuntu: SSH Server

Here are steps to setup the SSH server on an Ubuntu host.

Here's a good reference article for how to do what we're doing here: How to Enable SSH on Ubuntu 20.04

Here are the commands to execute:

sudo apt update
sudo apt install openssh-server
sudo ufw allow ssh