Changes

Jump to navigation Jump to search
$ sudo apt-get update
$ sudo apt-get upgrade
 
Since I didn't install the SSH server in the beginning, I'll go ahead and install the openssh-server package now:
 
$ sudo apt-get install openssh-server
 
Backup the SSH server config file:
 
$ sudo cp /etc/ssh/sshd_config /etc/ssh/sshd_config.original
Anonymous user

Navigation menu