Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== 5.2 SSH Server Configuration ====== SSH is a secure, encrypted replacement for common login services such as ''telnet'', ''ftp'', ''rlogin'', ''rsh'', and ''rcp''. It is strongly recommended that sites abandon older clear-text login protocols and use SSH to prevent session hijacking and sniffing of sensitive data off the network. \\ \\ **Note:** The recommendations in this section only apply if the SSH daemon is installed on the system, if remote access is not required the SSH daemon can be removed and this section skipped. \\ \\ **Note:** Once all configuration changes have been made to ''/etc/ssh/sshd_config'', the sshd configuration must be reloaded: <Code:Bash> # service sshd reload </Code> ubuntu1604/5/2.txt Last modified: 2017/05/04 11:02by 127.0.0.1