From 1da4dd1d214190ebb3af03e68628a95614d85189 Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Sun, 5 Nov 2023 19:00:58 +0000 Subject: [PATCH] Lower threshold for sshguard blocklist. --- etc/sshguard.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/sshguard.conf b/etc/sshguard.conf index 5fac61a..9ea4fa7 100644 --- a/etc/sshguard.conf +++ b/etc/sshguard.conf @@ -38,7 +38,7 @@ PID_FILE=/run/sshguard.pid # Colon-separated blacklist threshold and full path to blacklist file. # (optional, no default) -BLACKLIST_FILE=20:/var/lib/sshguard/blacklist +BLACKLIST_FILE=10:/var/lib/sshguard/blacklist # IP addresses listed in the WHITELIST_FILE are considered to be # friendlies and will never be blocked.