Securing SSH - rune-seregina/sys255-fa24 GitHub Wiki
how to allow or deny access to SSH for a user on Rocky Linux
- vi /etc/ssh/sshd_config
- PermitRootLogin no

- failed log in attempts with access denied:

- how to see the log
- should be in /var/log/secure and grep "not met"
- here is the journalctl command
