Skip to content

Commit 820afcf

Browse files
committed
Another new error message variation from sshd
1 parent 5ae3e16 commit 820afcf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ansible/files/scripts-syslog.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ ruleset(name="zroot" queue.type="Direct") {
6262
if ($msg startswith ' Close session: ') then stop
6363
if (re_match($msg, '^ Connection from \\S+ port \\S+')) then stop
6464
if ($msg startswith ' Invalid user') then stop
65+
if ($msg startswith ' Disconnecting invalid user') then stop
6566
if ($msg startswith ' input_userauth_request: invalid user') then stop
6667
if ($msg startswith ' userauth_hostbased mismatch: ') then stop
6768
if ($msg startswith ' Received disconnect from ') then stop

0 commit comments

Comments
 (0)