According to this answer, SSH is disabled by default. However, looking around at tutorials, there were plenty of examples of installing an SSH server (e.g. sudo apt install openssh-server
), which I completed. After running the install (appropriate prompts for new data usage etc.), I checked the aforementioned post and found the file /etc/init/ssh.conf
did indeed exist.
Did I just install OpenSSH for no reason, and did 16.04.4 LTS have an SSH server built in that I simply had to enable and configure?