Guide to how to install SSH in Debian/Ubuntu if not already there 1. In Terminal run these two commands to update your repositories sudo apt-get update sudo apt-get upgrade 2. In Terminal run this command to install OpenSSH Server sudo apt-get install openssh-server 3. Now you can access ssh servers! (example is my SDF access) ssh electristan@otaku.freeshell.org