Linux Mint: OpenSSH Daemon
I’m in the process of reinstalling my work desktop. One of the mandatory packages which I install once the core system is up and running is a SSH Daemon. Setting it up (on Linux Mint which I’m running) is pretty easy. To install the OpenSSH daemon go to the shell and write:
sudo apt-get install openssh-server
It’s a fairly small install, so in a few seconds it ought to be up and running.