Changes
Jump to navigation
Jump to search
Web Server Documentation (view source)
Revision as of 16:39, 24 February 2016
, 16:39, 24 February 2016→Installing Software (2/24/2016)
$ 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