security/sshguard: disable blacklisting by default
Blacklisting is now disabled by default to avoid overriding the setting in sshguard.conf. To enable blacklisting, uncomment the BLACKLIST_FILE line in sshguard.conf. PR: 221602 Reported by: bahlgren@beah.se Submitted by: kevinz5000@gmail.com
This commit is contained in:
parent
b0f1737fbd
commit
dc24d94303
3 changed files with 10 additions and 2 deletions
8
UPDATING
8
UPDATING
|
@ -5,6 +5,14 @@ they are unavoidable.
|
|||
You should get into the habit of checking this file for changes each time
|
||||
you update your ports collection, before attempting any port upgrades.
|
||||
|
||||
20220401:
|
||||
AFFECTS: security/sshguard
|
||||
AUTHOR: kevinz5000@gmail.com
|
||||
|
||||
Blacklisting is now disabled by default to avoid overriding the setting in
|
||||
sshguard.conf. To enable blacklisting, uncomment the BLACKLIST_FILE line in
|
||||
sshguard.conf.
|
||||
|
||||
20220329:
|
||||
AFFECTS: users of sysutils/screen
|
||||
AUTHOR: cy@FreeBSD.org
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= sshguard
|
||||
PORTVERSION= 2.4.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= SF/sshguard/sshguard/${PORTVERSION}
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
name=sshguard
|
||||
rcvar=sshguard_enable
|
||||
|
||||
set_rcvar sshguard_blacklist "120:/var/db/sshguard/blacklist.db" "Blacklisting threshold and path to blacklist file (colon-separated)"
|
||||
set_rcvar sshguard_blacklist "" "Blacklisting threshold and path to blacklist file (colon-separated)"
|
||||
set_rcvar sshguard_danger_thresh "" "Attack threshold"
|
||||
set_rcvar sshguard_pidfile "/var/run/sshguard.pid" "Path to PID file"
|
||||
set_rcvar sshguard_release_interval "" "Time before releasing first-time attackers (s)"
|
||||
|
|
Loading…
Reference in a new issue