journald: ignore another error message (#80665)
gitea/publik-infra/pipeline/head This commit looks good Details

This commit is contained in:
Pierre Ducroquet 2023-08-30 10:43:07 +02:00
parent 1c3cdf3f4e
commit a9f9281bcf
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ JOURNALD_IGNORED_ERRORS = {
'error: kex_exchange_identification: Connection closed by remote host',
'error: kex_exchange_identification: banner line contains invalid characters',
'fatal: userauth_pubkey: parse publickey packet: incomplete message [preauth]',
'fatal: userauth_pubkey: parse request failed: incomplete message [preauth]',
'fatal: Timeout before authentication for ',
],
'': [ # match all services (useful for ovpn*)