added default config
This commit is contained in:
parent
a37279c7da
commit
128cabdf2e
17
sshguard/sshguard.conf
Normal file
17
sshguard/sshguard.conf
Normal file
@ -0,0 +1,17 @@
|
||||
# sshguard.conf -- SSHGuard configuration file
|
||||
|
||||
LOGREADER="LANG=C /usr/bin/journalctl -afb -p info -n1 -t sshd -t sshd-session -o cat"
|
||||
BLACKLIST_FILE=120:/var/db/sshguard/blacklist.db
|
||||
BACKEND="/usr/lib/sshguard/sshg-fw-iptables"
|
||||
|
||||
#### OPTIONS ####
|
||||
THRESHOLD=10
|
||||
BLOCK_TIME=120
|
||||
DETECTION_TIME=1800
|
||||
IPV6_SUBNET=128
|
||||
IPV4_SUBNET=32
|
||||
|
||||
#### EXTRAS ####
|
||||
PID_FILE=/run/sshguard.pid
|
||||
BLACKLIST_FILE=90:/var/lib/sshguard/blacklist
|
||||
WHITELIST_FILE=/etc/sshguard.whitelist
|
Loading…
x
Reference in New Issue
Block a user