How to Enable SSH on Ubuntu

Linux Logo

How to Enable SSH on Ubuntu

Install

sudo apt install openssh-server

Check Status

sudo systemctl status ssh

Add Firewall Allow Rule

If the firewall is enable you will need to add an allow rule

Related

Links

,