ip address configuration with netplan: https://www.itzgeek.com/how-tos/linux/ubuntu-how-tos/netplan-how-to-configure-static-ip-address-in-ubuntu-18-04-using-netplan.html
sudo apt-get install ssh
sudo adduser <the_user_name>
sudo usermod -aG sudo <the_user_name>
sudo vim /etc/ssh/sshd_config
and edit the line
PermitRootLogin yes
to
PermitRootLogin no
N.B: if don't find it, never mind