18 lines
457 B
Plaintext
18 lines
457 B
Plaintext
# 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
|