1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00

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>
This commit is contained in:
Li-Wen Hsu 2008-07-26 13:54:03 +00:00
parent 46a114508f
commit a450e37ff7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=217575
2 changed files with 17 additions and 0 deletions

View File

@ -739,6 +739,7 @@
SUBDIR += ssh_askpass_gtk2
SUBDIR += sshblock
SUBDIR += sshguard
SUBDIR += sshguard-ipfilter
SUBDIR += sshguard-ipfw
SUBDIR += sshguard-pf
SUBDIR += sshit

View File

@ -0,0 +1,16 @@
# New ports collection makefile for: sshguard-ipfilter
# Date created: 26 Jul 2008
# Whom: Mij <mij@bitchx.it>
#
# $FreeBSD$
#
PKGNAMESUFFIX= -ipfilter
CONFLICTS= sshguard-1.* sshguard-ipfw-1.* sshguard-pf-1.*
COMMENT= Protect hosts from brute force attacks against ssh and other services using ipfilter
SSHGUARDFW= ipfilter
MASTERDIR= ${.CURDIR}/../sshguard
.include "${MASTERDIR}/Makefile"