wooptoo

Show:

What's happening?

  • Comment: sshguard stops analyzing logs after logrotate

    I found a fix. You just have to start tail with -F instead of -f : tail -n0 -F /var/log/auth.log | /usr/sbin/sshguard -b /var/db/sshguard/blacklist.db &> /dev/null &.

    2009-11-02 12:20:21 UTC in sshguard

  • sshguard stops analyzing logs after logrotate

    Sshguard stops analyzing auth.log after logrotate. I use syslog-ng on Linux. How to reproduce: start sshd start sshguard #force a log rotate: logrotate -f /var/log/auth.log /etc/logrotate.conf ssh my.ssh.server Result: Sshguard won't react to failed sshd auth attempts Expected results: Sshguard should analyze the log even after the logrotate. Possible solution: I found...

    2009-11-02 00:01:57 UTC in sshguard

About Me


Send me a message