From aa52743f52014ae57bc705c77a33a8157df40338 Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Fri, 3 May 2013 16:42:10 +1000 Subject: [PATCH] DOC: add jail.conf entry for pf --- config/jail.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/config/jail.conf b/config/jail.conf index 8b82d1d7..1549e6a4 100644 --- a/config/jail.conf +++ b/config/jail.conf @@ -380,3 +380,14 @@ action = iptables-allports[name=recidive] bantime = 604800 ; 1 week findtime = 86400 ; 1 day maxretry = 5 + +# PF is a BSD based firewall +[ssh-pf] + +enabled=false +filter = sshd +action = pf +logpath = /var/log/sshd.log +maxretry=5 + +