====== Install OpenSSH Server ====== To allow access to your system from remote ssh, you need to have OpenSSH server installed [[http://www.cyberciti.biz/faq/debian-linux-install-openssh-sshd-server/|see this article]]: <code> > sudo apt-get openssh-server </code>