# Ubuntu/Debian Software Install
Instructions for installing software on Debian based OSs.
# 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