Subject: Ubuntu -- How to Enable SSH
Author: Linux
Posted on: 06/30/2017 11:55:25 PM
It's very simple. Juts install the OpenSSL server which is running on port 22.
~$: sudo apt-get install openssh-server
That's it! It should started already.
If you want to change some configuration:
~$: sudo nano /etc/ssh/sshd_config
Restart SSH to reflect the changes
~$: sudo service ssh restart
References: