Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jul 2017 15:56:44 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 220906] security/sshguard
Message-ID:  <bug-220906-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220906

            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@FreeBSD.org
          Reporter: chris@cretaforce.gr
                CC: dan.mcgregor@usask.ca
             Flags: maintainer-feedback?(dan.mcgregor@usask.ca)
                CC: dan.mcgregor@usask.ca

sshguard 2.0 requires /usr/local/etc/sshguard.conf to exist to be able to s=
tart
sshguard.

My /etc/rc.conf contains:

sshguard_enable=3D"YES"
sshguard_watch_logs=3D"/var/log/auth.log:/var/log/maillog:/var/log/xferlog"
sshguard_blacklist=3D""

I remove the last 2 lines and keep only:

sshguard_enable=3D"YES"

Then I edit sshguard.conf and replace:

#FILES=3D"/var/log/auth.log /var/log/maillog"

with:

FILES=3D"/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

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-220906-13>