Hardening your toaster: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

16 March 2024

  • curprev 10:5210:52, 16 March 2024Ebroch talk contribs 4,007 bytes +4,007 Created page with "Having done a basic install of QMT on Centos 5.4, I wanted to add a number of security-related features to protect my server. === SSH === Create a normal system user and set a password: <pre> adduser -g wheel <username> passwd <username> </pre> The above already added the user to the group wheel, so that you can later become root using '''su -'''. Edit '''/etc/ssh/sshd_config''' and set the option ''PermitRootLogin'' to ''no''. Now, restart sshd by running: <pre>..."