diff options
author | itetcu <itetcu@FreeBSD.org> | 2007-06-12 20:10:34 +0000 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2007-06-12 20:10:34 +0000 |
commit | 194c6f8d7873bf34ed124975cb452383bfe3e8cc (patch) | |
tree | c0110fb69ad237431dba48f9f9aab07e5069bec0 /security/Makefile | |
parent | e08b00aaecca85119feceb7a057b94b661e16ff6 (diff) | |
download | FreeBSD-ports-194c6f8d7873bf34ed124975cb452383bfe3e8cc.zip FreeBSD-ports-194c6f8d7873bf34ed124975cb452383bfe3e8cc.tar.gz |
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 d1b4dcf..e8ff395 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 |