SSH Server/Client
Install SSH Server
sudo apt-get update |
sudo apt-get install openssh-server |
Configure SSH options by editing /etc/sshd/sshd_config.
The following options should be adjusted for your needs; however, the setting below are set for my needs.
TBEdited