mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-11-15 13:49:26 +00:00
* Update buildroot 2020.02.01 Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * Fix LN * Fix wpa Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * Fix lint Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * fix-network Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * Fix script Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>
15 lines
466 B
Plaintext
15 lines
466 B
Plaintext
config BR2_PACKAGE_SSHGUARD
|
|
bool "sshguard"
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
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
|
|
|
|
comment "sshguard needs a toolchain w/ threads"
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|