February 2020
Intermediate to advanced
432 pages
10h 50m
English
It is common to have issues with the SSH server that comes preinstalled with Ubuntu:
$ sudo apt remove openssh-server$ sudo apt install openssh-server
$ sudo systemctl enable ssh$ sudo systemctl start ssh
$ sudo systemctl status ssh
At this stage, you should be able to log in from this host to any other SSH-enabled Ubuntu server, such as your laptop.