sshguard 1.4rc4 is happily running on my Mac OS X Server 10.5.7.
My previous experience with it not blocking was simply because I hadn't
started the firewall service in Server Admin!
Remember to compile --with-firewall=ipfw
--with-firewall-rule-range=11000-11999 (or whatever, just get under the
allow rule that Server Admin will set at 12302 for ssh)
tail -n0 -F /var/log/secure.log | /usr/local/sbin/sshguard
My next step is to create a system LaunchDaemon for this so on reboot my
server is still protected. I'll post the contents of that plist when done.
Thanks for sshguard!
|