slackbuilds_ponce/network/sshguard/sshguard.conf
Andrzej Telszewski d6a2fa7783
network/sshguard: Updated for version 2.4.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-05-07 13:59:23 +07:00

17 lines
345 B
Bash

#!/bin/sh
# sshguard.conf -- SSHGuard configuration
# Based on /usr/doc/sshguard-2.4.2/examples/sshguard.conf.sample
# Full path to backend executable.
BACKEND="/usr/libexec/sshg-fw-iptables"
# Space-separated list of log files to monitor.
FILES="/var/log/messages"
# Do not provide PID file path.
# It is handled by daemon(1).
PID_FILE=