From: Matthijs Kooijman Date: Thu, 10 Sep 2009 11:18:41 +0000 (+0200) Subject: fail2ban: Update the path to the ssh log. X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=0d1e618e4115a92d5c27512a97f20bb0d46f55b4;p=matthijs%2Fservers%2Fdrsnuggles.git 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...). --- 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