From 80a1cc546b99c8380942f14d7daa594a3c4a5615 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Sun, 14 Jan 2024 10:13:21 +0100 Subject: [PATCH] ignore more SSH errors --- roles/journalwatch/templates/patterns | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/journalwatch/templates/patterns b/roles/journalwatch/templates/patterns index ca4f728..db20d2d 100644 --- a/roles/journalwatch/templates/patterns +++ b/roles/journalwatch/templates/patterns @@ -88,7 +88,7 @@ error: Received disconnect from [\da-fA-F.:]+ port \d+:\d+: .* error: maximum authentication attempts exceeded for (invalid user [\w_-]*|[\w_-]+) from [\da-fA-F.:]+ port \d+ ssh2 \[preauth\] error: (kex_exchange_identification|send_error|kex_protocol_error|kex protocol error|Bad remote protocol version identification|Protocol major versions differ|beginning MaxStartups throttling).* fatal: ssh_packet_get_string: string is too large \[preauth\] -error: userauth_pubkey: (parse request failed:|could not parse key:|cannot decode key:) .* +(error|fatal): userauth_pubkey: (parse request failed:|could not parse key:|cannot decode key:) .* fatal: monitor_read: unpermitted request .* error: key_from_blob: invalid format \[preauth\] -- 2.30.2