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:
parent
46a114508f
commit
a450e37ff7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=217575
@ -739,6 +739,7 @@
|
||||
SUBDIR += ssh_askpass_gtk2
|
||||
SUBDIR += sshblock
|
||||
SUBDIR += sshguard
|
||||
SUBDIR += sshguard-ipfilter
|
||||
SUBDIR += sshguard-ipfw
|
||||
SUBDIR += sshguard-pf
|
||||
SUBDIR += sshit
|
||||
|
16
security/sshguard-ipfilter/Makefile
Normal file
16
security/sshguard-ipfilter/Makefile
Normal 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"
|
Loading…
Reference in New Issue
Block a user