|
From: Jin C. <js...@al...> - 2011-10-03 15:57:50
|
man sshguard says
-b [thresh:]filename
enable blacklisting: blacklist after thresh (or 40) dangerousness committed, and hold
the permanent blacklist in filename. See TOUCHINESS & BLACKLISTING below.
But the source actually defines
#define DEFAULT_BLACKLIST_THRESHOLD (3 * DEFAULT_ABUSE_THRESHOLD)
So, 120. The manual should reflect that.
|