fail2ban: Update the path to the ssh log.
authorMatthijs Kooijman <matthijs@stdin.nl>
Thu, 10 Sep 2009 11:18:41 +0000 (13:18 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Thu, 10 Sep 2009 11:18:41 +0000 (13:18 +0200)
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

index eff534b3766b44178b5cd84f643f4134dcfbb56b..a290b67881774e98d66810d1641e5313f7f7f64d 100644 (file)
@@ -1,2 +1,5 @@
 [DEFAULT]
 chain = PRE-VRMR-INPUT
+
+[ssh]
+logpath = /data/log/rsyslog/all.log