Open up your /etc/ssh/sshd_config file in a text editor and look for the "PermitRootLogin" line and set it to no. As an added level of security, you can either add or edit the "AllowUsers" line. This restricts ssh to just those users listed on that line. Separate each user you want to allow with a space.
|