OpenSSH
Installation
$ sudo apt-get update
$ sudo apt-get install openssh-client openssh-serverSimple Configuration
$ sudo vim /etc/ssh/sshd_configPort 10022PermitRootLogin no$ sudo /etc/init.d/ssh start
Last updated