17 lines
410 B
Plaintext
17 lines
410 B
Plaintext
# sshguard.conf -- SSHGuard configuration file
|
|
|
|
LOGREADER="LANG=C /usr/bin/journalctl -afb -p info -n1 -t sshd -t sshd-session -o cat"
|
|
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=30:/var/db/sshguard/blacklist.db
|
|
WHITELIST_FILE=/etc/sshguard.whitelist
|