# install open ssh server sudo apt-get install openssh-server # backup the default ssh config to the home directory sudo cp /etc/ssh/sshd_config ~ # edit the config file using vi (gedit works as well if your in a gui) sudo vi /etc/ssh/sshd_config # change the following lines – you dont want root to be able […]
↧