We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ae3e16 commit 820afcfCopy full SHA for 820afcf
ansible/files/scripts-syslog.conf
@@ -62,6 +62,7 @@ ruleset(name="zroot" queue.type="Direct") {
62
if ($msg startswith ' Close session: ') then stop
63
if (re_match($msg, '^ Connection from \\S+ port \\S+')) then stop
64
if ($msg startswith ' Invalid user') then stop
65
+ if ($msg startswith ' Disconnecting invalid user') then stop
66
if ($msg startswith ' input_userauth_request: invalid user') then stop
67
if ($msg startswith ' userauth_hostbased mismatch: ') then stop
68
if ($msg startswith ' Received disconnect from ') then stop
0 commit comments