imthenachoman / How-To-Secure-A-Linux-Server

An evolving how-to guide for securing a Linux server.
Creative Commons Attribution Share Alike 4.0 International
17.25k stars 1.1k forks source link

Alternative to fail2ban: SSHGuard #66

Open sbrl opened 3 years ago

sbrl commented 3 years ago

It's not as configurable, but it might be worth mentioning? It's a one-command install on Debian systems:

sudo apt install sshguard
imthenachoman commented 3 years ago

Thanks. I will spin up a VM and try it out and then add something to the guide. Thanks!