From 0d1e618e4115a92d5c27512a97f20bb0d46f55b4 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Thu, 10 Sep 2009 13:18:41 +0200 Subject: [PATCH] fail2ban: Update the path to the ssh log. Since we have centralized logging, we can just point fail2ban to the all.log file. We'll still do this for each filter separately, since filters like apache log filters shouldn't see the syslog (they might be noops, but they might get confused all the same...). --- etc/fail2ban/jail.local | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/fail2ban/jail.local b/etc/fail2ban/jail.local index eff534b..a290b67 100644 --- a/etc/fail2ban/jail.local +++ b/etc/fail2ban/jail.local @@ -1,2 +1,5 @@ [DEFAULT] chain = PRE-VRMR-INPUT + +[ssh] +logpath = /data/log/rsyslog/all.log -- 2.30.2