1config BR2_PACKAGE_SSHGUARD
2	bool "sshguard"
3	depends on BR2_TOOLCHAIN_HAS_THREADS
4	select BR2_PACKAGE_IPTABLES # runtime
5	help
6	  sshguard protects hosts from brute-force attacks against SSH
7	  and other services. It aggregates system logs and blocks
8	  repeat offenders using one of several firewall backends,
9	  including iptables, ipfw, and pf.
10
11	  https://www.sshguard.net
12
13comment "sshguard needs a toolchain w/ threads"
14	depends on !BR2_TOOLCHAIN_HAS_THREADS
15