Install SSH
To install ssh on Ubuntu 20.04, run the following commands:
- Install ssh
sudo apt install openssh-server - Verify ssh is installed and running
sudo systemctl status ssh - Open port 22
sudo ufw allow 22
To install ssh on Ubuntu 20.04, run the following commands:
sudo apt install openssh-server
sudo systemctl status ssh
sudo ufw allow 22