File sysconfig.sshguard of Package sshguard
## Path: Network/Firewall/SSHGuard ## Description: SSHGuard configuration ## ServiceRestart: sshguard ## Type: string ## Default: "" # Whitespace separated list of logfiles which will be # monitored from SSHGUARD for break in attempts. MONITORED_LOGS="/var/log/messages" ## Type: string ## Default: "22" # Protected TCP ports/services # comma separated PORTS="22" ## Type: integer ## Default: 4 # Number of attacks before IP gets blocked ATTACK_ATTEMPTS="4" ## Type: integer ## Default: 420 # Seconds until a blocked IP gets removed RELEASE_TIMEOUT="420" ## Type: integer ## Default: 1200 # Seconds until a IP is "cleared" FORGET_TIMEOUT="1200" ## Type: string ## Default: "" # see man page for format WHITELIST=""