-
Thanks for your attentive feedback. The new URL is
http://www.sshguard.net/docs/reference/service-codes/
I fixed the reference in the man page as per your tip.
2009-11-25 11:27:17 UTC by mijio
-
Link http://sshguard.net/docs/man/sshguard/ that contain reference to service codes page http://www.sshguard.net/doc/servicecodes.html doesn't work.
While it's not fixed you could find all service codes in source code file src/sshguard_services.h
here it is:
-----------------------------------------------
/* "Any" -- the service attacked is not relevant, block address for everything */...
2009-11-24 13:09:14 UTC by alex-j
-
yep.
2009-11-06 13:02:15 UTC by mijio
-
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 by wooptoo
-
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 by wooptoo
-
mijio committed revision 153 to the sshguard SVN repository, changing 1 files.
2009-10-27 17:59:10 UTC by mijio
-
mijio committed revision 152 to the sshguard SVN repository, changing 1 files.
2009-10-27 17:45:40 UTC by mijio
-
mijio committed revision 151 to the sshguard SVN repository, changing 1 files.
2009-10-27 16:55:04 UTC by mijio
-
mijio made 2 file-release changes.
2009-09-23 10:28:06 UTC by mijio
-
mijio committed revision 150 to the sshguard SVN repository, changing 1 files.
2009-09-23 10:06:48 UTC by mijio