$OpenBSD: README,v 1.3 2018/09/04 12:46:21 espie Exp $

+-----------------------------------------------------------------------
| Running sshguard on OpenBSD
+-----------------------------------------------------------------------

To use sshguard with pf(4), 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"
