diff options
author | clsung <clsung@FreeBSD.org> | 2007-03-01 09:36:56 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-03-01 09:36:56 +0800 |
commit | 3547a435fae9ed359cecb41d0cbb6a9985e3040d (patch) | |
tree | 8735eb3fd05b510608fd4813c85842fd17ec7576 /security/Makefile | |
parent | 6b4a79d333eefe82c1251441041dfd8525b3fae0 (diff) | |
download | freebsd-ports-gnome-3547a435fae9ed359cecb41d0cbb6a9985e3040d.tar.gz freebsd-ports-gnome-3547a435fae9ed359cecb41d0cbb6a9985e3040d.tar.zst freebsd-ports-gnome-3547a435fae9ed359cecb41d0cbb6a9985e3040d.zip |
Add sshguard 0.91, protect networked hosts from brute force attacks
against ssh.
PR: ports/109439
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 becab54b037a..f7d58a18aa34 100644 --- a/security/Makefile +++ b/security/Makefile @@ -678,6 +678,7 @@ SUBDIR += ssh2-nox11 SUBDIR += ssh_askpass_gtk2 SUBDIR += sshblock + SUBDIR += sshguard SUBDIR += sshit SUBDIR += sslproxy SUBDIR += sslsniffer |