Hardening SSH login in apex #217

Open
rarias wants to merge 3 commits from disable-password-login into master

3 Commits

Author SHA1 Message Date
15a26570be Increase fail2ban ban time on each attempt
All checks were successful
CI / build:cross (pull_request) Successful in 12s
CI / build:all (pull_request) Successful in 15s
2025-11-21 12:10:39 +01:00
341551d5ba Disable password login via SSH in apex
All checks were successful
CI / build:cross (pull_request) Successful in 12s
CI / build:all (pull_request) Successful in 15s
2025-11-20 15:21:14 +01:00
2d2762d4ec Enable fail2ban in apex login node
We are seeing a lot of failed attempts from the same IPs:

    apex% sudo journalctl -u sshd -b0 | grep 'Failed password' | wc -l
    2441
2025-11-20 15:17:06 +01:00