add two more error messages to ignore (#78679)
gitea/publik-infra/pipeline/head This commit looks good Details

This commit is contained in:
Pierre Ducroquet 2023-08-23 13:35:54 +02:00
parent 3a60ab3773
commit fedaf4684f
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,8 @@ JOURNALD_IGNORED_ERRORS = {
'maximum authentication attempts exceeded for ',
'error: kex_exchange_identification: read: Connection reset by peer',
'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: Timeout before authentication for ',
],
'': [ # match all services (useful for ovpn*)