[Bug 220906] security/sshguard
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Jul 21 15:56:45 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220906
Bug ID: 220906
Summary: security/sshguard
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: chris at cretaforce.gr
CC: dan.mcgregor at usask.ca
Flags: maintainer-feedback?(dan.mcgregor at usask.ca)
CC: dan.mcgregor at usask.ca
sshguard 2.0 requires /usr/local/etc/sshguard.conf to exist to be able to start
sshguard.
My /etc/rc.conf contains:
sshguard_enable="YES"
sshguard_watch_logs="/var/log/auth.log:/var/log/maillog:/var/log/xferlog"
sshguard_blacklist=""
I remove the last 2 lines and keep only:
sshguard_enable="YES"
Then I edit sshguard.conf and replace:
#FILES="/var/log/auth.log /var/log/maillog"
with:
FILES="/var/log/auth.log /var/log/maillog /var/log/xferlog"
The problem is that it ignores all changes in sshguard.conf and I think the
only change it works is the BACKEND option.
I think the /usr/local/etc/rc.d/sshguard script needs changes to remove the
/etc/rc.conf options and the configuration to be done using
/usr/local/etc/sshguard.conf
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list