SSH into Linux Mint

 Enable SSH in Linux Mint

We need to install the SSH server. In a terminal enter:

sudo install openssh-server

Now retrive your IP number:

hostname -I

in remmina or another SSH program enter te credentials of your linux machine and use this IP number to connect.

If all works like it should work, the SSH server autostarts at boot.