Securing SSH - natekreit/SYS-255 GitHub Wiki
Summary
Learned how to block root user logins remotely.
Commands
- Vi /etc/ssh/sshd_config
- Change the root login availability to no
- Save and exit the file
- Sudo systemctl restart sshd
- Logout and log back in