Config.in 466 B

1234567891011121314
  1. config 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. https://www.sshguard.net
  11. comment "sshguard needs a toolchain w/ threads"
  12. depends on !BR2_TOOLCHAIN_HAS_THREADS