2019-07-16 21:56:52 +02:00
|
|
|
config BR2_PACKAGE_SSHGUARD
|
|
|
|
bool "sshguard"
|
2019-08-03 19:57:43 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2019-07-16 21:56:52 +02:00
|
|
|
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
|
2019-08-03 19:57:43 +02:00
|
|
|
|
|
|
|
comment "sshguard needs a toolchain w/ threads"
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|