Enable SSH on Ubuntu 18.04 Bionic Beaver Linux - LinuxConfig.org

The below guide will provide you with information on how to enable ssh on Ubuntu 18.04 Linux. SSH stands for secure shell which allows encrypted remote login connections between client and server over insecure network.
This is a companion discussion topic for the original entry at https://linuxconfig.org/enable-ssh-on-ubuntu-18-04-bionic-beaver-linux

Elad Soffer

The disable/enable on startup commands shouldn’t be the same. Looks like a copy-paste error.
The enable on startup command should be:

$ sudo systemctl enable ssh

Lubos Rendek Mod -> Elad Soffer

This typo is now corrected. Thank you.