diff --git a/config/filter.d/sshd.conf b/config/filter.d/sshd.conf index 96a3ae6a..63e5ce2d 100644 --- a/config/filter.d/sshd.conf +++ b/config/filter.d/sshd.conf @@ -20,6 +20,7 @@ failregex = (?:error: PAM: )?Authentication failure for .* from \s*$ [iI](?:llegal|nvalid) user .* from \s*$ User .+ from not allowed because not listed in AllowUsers\s*$ User .+ from not allowed because none of user's groups are listed in AllowGroups\s*$ + sshd(?:\[\d+\])?: refused connect from \S+ \(\)\s*$ # Option: ignoreregex # Notes.: regex to ignore. If this regex matches, the line is ignored.