summaryrefslogtreecommitdiff
path: root/sshguard/sysconfig.sshguard
blob: bab19e2cfbfb5162664020df8af3fa6363064282 (plain)
1
2
3
4
5
6
7
8
9
# Block IP after how many attempt
SAFETYTRESH=40
#
# Define your sshguard options separate by a space
# Sample line to protect dovecot and ssh: 
#OPTIONS="-l /var/log/secure -l /var/log/maillog"
#
# Here we listen default ssh log file.
OPTIONS="-l /var/log/secure"