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 + +