3 Installing SSHD

sshd is the name of the server. Most applications has a package for sshd. For Debian distributions, the name of the server is openssh-server. As a result, the command apt-get install openssh-server installs the package.

After the package is installed, it is a good idea to review the configuration file. In Debian distributions, this file is /etc/ssh/sshd_config. The following is a explanation of the most important settings.