How to install SSH on Ubuntu

sudo apt update
sudo apt install openssh-server

// check service
service ssh status

// if stopped, start with:
service ssh start

Leave a Reply