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.
