From 808aa1a792302a07b6a0334c932d5f38a6461fd7 Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Sat, 31 Aug 2013 09:39:21 +1000 Subject: [PATCH] ENH: added jail.conf example. closes gh-340 --- config/jail.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/jail.conf b/config/jail.conf index 86c61911..7f1e40b5 100644 --- a/config/jail.conf +++ b/config/jail.conf @@ -416,3 +416,8 @@ filter = perdition action = iptables-multiport[name=perdition,port="110,143,993,995"] logpath = /var/log/maillog +[osx-ssh-ipfw] +enabled = false +filter = sshd +action = osx-ipfw +logpath = /var/log/secure.log