diff options
author | itetcu <itetcu@FreeBSD.org> | 2007-06-13 04:15:04 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2007-06-13 04:15:04 +0800 |
commit | e4a521b8a99f8e375270ec9ff199ed3ae3ef830b (patch) | |
tree | a06bc724e5a9102e8dfd05c8e41abe0bff285b7c /security/Makefile | |
parent | 1055cb5ab76001b3194f31155cd48eaf03d4c3c1 (diff) | |
download | freebsd-ports-gnome-e4a521b8a99f8e375270ec9ff199ed3ae3ef830b.tar.gz freebsd-ports-gnome-e4a521b8a99f8e375270ec9ff199ed3ae3ef830b.tar.zst freebsd-ports-gnome-e4a521b8a99f8e375270ec9ff199ed3ae3ef830b.zip |
Add slave port sshguard-ipfw, protect networked hosts from brute force attacks
against ssh using ipfw.
PR: ports/112760
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 e8ff39573eea..23c0cb40a849 100644 --- a/security/Makefile +++ b/security/Makefile @@ -692,6 +692,7 @@ SUBDIR += ssh_askpass_gtk2 SUBDIR += sshblock SUBDIR += sshguard + SUBDIR += sshguard-ipfw SUBDIR += sshguard-pf SUBDIR += sshit SUBDIR += sslproxy |