Enable SSH access to Ubuntu 16.04
If it isn’t already installed, install OpenSSH using the following code in Terminal: Check that OpenSSH is running correctly using: The SSH port used can be edited by editing the configuration file in nano using the following code: To change the port, edit the line Port 22 to whichever port is preferred. Apply the changes using […]