kumquat-buildroot/package/sshguard/Config.in
Angelo Compagnucci d335e44d91 package/sshguard: new package
sshguard protects hosts from brute-force attacks against SSH and other
services.

Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
[Peter: cleanup, start init script at S49, correct license, select iptables]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2019-08-03 11:06:44 +02:00

11 lines
340 B
Plaintext

config BR2_PACKAGE_SSHGUARD
bool "sshguard"
select BR2_PACKAGE_IPTABLES # runtime
help
sshguard protects hosts from brute-force attacks against SSH
and other services. It aggregates system logs and blocks
repeat offenders using one of several firewall backends,
including iptables, ipfw, and pf.
https://www.sshguard.net