diff options
author | itetcu <itetcu@FreeBSD.org> | 2007-06-13 04:10:34 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2007-06-13 04:10:34 +0800 |
commit | 194c6f8d7873bf34ed124975cb452383bfe3e8cc (patch) | |
tree | c0110fb69ad237431dba48f9f9aab07e5069bec0 /security/Makefile | |
parent | e08b00aaecca85119feceb7a057b94b661e16ff6 (diff) | |
download | freebsd-ports-gnome-194c6f8d7873bf34ed124975cb452383bfe3e8cc.tar.gz freebsd-ports-gnome-194c6f8d7873bf34ed124975cb452383bfe3e8cc.tar.zst freebsd-ports-gnome-194c6f8d7873bf34ed124975cb452383bfe3e8cc.zip |
Add slave port sshguard-pf, protect networked hosts from brute force attacks
against ssh usinh pf
PR: ports/112759
Submitted by: Mij <mij at bitchx.it>
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index d1b4dcf8e5cf..e8ff39573eea 100644 --- a/security/Makefile +++ b/security/Makefile @@ -692,6 +692,7 @@ SUBDIR += ssh_askpass_gtk2 SUBDIR += sshblock SUBDIR += sshguard + SUBDIR += sshguard-pf SUBDIR += sshit SUBDIR += sslproxy SUBDIR += sslsniffer |