diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2008-07-26 21:54:03 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2008-07-26 21:54:03 +0800 |
commit | c5046a912ad7597f8c8cbd407868fafca20c31c2 (patch) | |
tree | 5b61eafdec9a96167fe1fea1d0fa95ba1da33b49 /security/Makefile | |
parent | 7ea38b43cba5544a7491fe6214bddcc3e6dbef09 (diff) | |
download | freebsd-ports-gnome-c5046a912ad7597f8c8cbd407868fafca20c31c2.tar.gz freebsd-ports-gnome-c5046a912ad7597f8c8cbd407868fafca20c31c2.tar.zst freebsd-ports-gnome-c5046a912ad7597f8c8cbd407868fafca20c31c2.zip |
Add sshguard-ipfilter, protect hosts from brute force attacks against
ssh and other services using ipfilter.
PR: ports/125975
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 9896974d88ef..ddbc5e8e227a 100644 --- a/security/Makefile +++ b/security/Makefile @@ -739,6 +739,7 @@ SUBDIR += ssh_askpass_gtk2 SUBDIR += sshblock SUBDIR += sshguard + SUBDIR += sshguard-ipfilter SUBDIR += sshguard-ipfw SUBDIR += sshguard-pf SUBDIR += sshit |