Skip to content

Commit 2129e0e

Browse files
committed
Neuter yet another sshd protocol error
1 parent f6c890f commit 2129e0e

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
@@ -88,6 +88,7 @@ ruleset(name="zroot" queue.type="Direct") {
8888
if ($msg startswith ' User child is on pid ') then stop
8989
if (re_match($msg, '^ Accepted \\S+ public key \\S+ from \\S+$')) then stop
9090
if ($msg startswith ' error: maximum authentication attempts exceeded for ') then stop
91+
if ($msg startswith ' Unable to negotiate with') then stop
9192
}
9293
if (re_match($msg, '^ Transferred: sent \\d+, received \\d+ bytes$')) then stop
9394
if ($msg == ' Setting tty modes failed: Invalid argument') then stop

0 commit comments

Comments
 (0)