-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 On 06/27/12 12:39, Andrey Chernov wrote: > On Wed, Jun 27, 2012 at 12:22:55AM +0000, Xin LI wrote: >> delphij 2012-06-27 00:22:55 UTC >> >> FreeBSD ports repository >> >> Modified files: security/sshguard Makefile >> security/sshguard/files pkg-message.in Added files: >> security/sshguard/files sshguard.in Log: Add a rc.d script to >> daemonize sshguard. >> >> Submitted by: delphij PR: ports/166471 Approved by: >> maintainer timeout (~3 months) > > In sshguard.in: > > 1) You use sshguard_blacklist="40:/var/db/sshguard/blacklist.db" > where thr (40) is too low. sshguard(1) manpage have error: > according to source code thr is measured in (number_of_abuses * > DEFAULT_ABUSE_THRESHOLD) with default (3 * > DEFAULT_ABUSE_THRESHOLD) and not in simple number_of_abuses as > manpage states. Since DEFAULT_ABUSE_THRESHOLD is 10, 400 is what > you mean. > > 2) What about users which don't want any permament blacklist? > Currently sshguard_blacklist is required parameter, since -b is > hardcoded in the command line.
Thanks for your comments, I'll address them in a revised version. Cheers, - -- Xin LI <[email protected]> https://www.delphij.net/ FreeBSD - The Power to Serve! Live free or die -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iQEcBAEBCAAGBQJP62OdAAoJEG80Jeu8UPuzVtQIAKfBGMBS2SqK20p7835VOb1E FAw1hd7xkUqypbO9VRv8w4wPLctp1mwFObUB24sJe8m1eYm3zZrBG2NYDt95l228 0YqMljozEjVpsTO3LueW2PHOBifO6KIwp5rBmwe9BwfJ/9no1VKzakpGhPQB1xXx WfLxGZEe7gAWLVcIy++ZdiuaoWkQLOQy04Y7c67cvLqyDQp6Pwriufb3ZxCFbRAY BH771wqjGkrFepdVHLD0qa52p/SD6XqGV6j9DjBlFzg09IvTT3ptrhdOd7JDye12 pdmttqEV9ChmgzcdKWbCac/7VIwPYcMQTKsXwxy/UpbTCsS/4CmAoszbfd8K3o8= =Ls+i -----END PGP SIGNATURE----- _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[email protected]"
