ENH: reorder osx-ipfw jail defination to near the other ssh examples

This commit is contained in:
Daniel Black 2013-10-09 09:26:36 +11:00
parent c1d1c181ce
commit 5a2623f0df

View file

@ -253,6 +253,14 @@ action = pf
logpath = /var/log/sshd.log
maxretry= 5
# ipfw for osx (less capabilities that BSD)
[osx-ssh-ipfw]
enabled = false
filter = sshd
action = osx-ipfw
logpath = /var/log/secure.log
#
# HTTP servers
#
@ -532,9 +540,3 @@ bantime = 604800 ; 1 week
findtime = 86400 ; 1 day
maxretry = 5
[osx-ssh-ipfw]
enabled = false
filter = sshd
action = osx-ipfw
logpath = /var/log/secure.log