005d735a4a
ok aja@ millert@.
15 lines
247 B
Plaintext
15 lines
247 B
Plaintext
To use sshguard with:
|
|
|
|
* pf:
|
|
|
|
you must add the following to /etc/pf.conf:
|
|
|
|
table <sshguard> persist
|
|
|
|
block in quick on egress proto tcp from <sshguard> \
|
|
to any port ssh label "ssh bruteforce"
|
|
|
|
* tcpd:
|
|
|
|
hosts.allow(5) must be present under /etc.
|