2011-03-07 17:44:16 +00:00
|
|
|
To use sshguard with:
|
|
|
|
|
|
|
|
* pf:
|
|
|
|
|
|
|
|
you must add the following to /etc/pf.conf:
|
2010-09-07 12:23:43 +00:00
|
|
|
|
|
|
|
table <sshguard> persist
|
|
|
|
|
|
|
|
block in quick on egress proto tcp from <sshguard> \
|
|
|
|
to any port ssh label "ssh bruteforce"
|
|
|
|
|
2011-03-07 17:44:16 +00:00
|
|
|
* tcpd:
|
2010-09-07 14:06:16 +00:00
|
|
|
|
2011-03-07 17:44:16 +00:00
|
|
|
hosts.allow(5) must be present under /etc.
|