Adjust sshd filter for OpenSSH 9.8 new daemon name

pull/3782/head
Fabian Dellwing 2024-07-02 07:54:15 +02:00
parent 59c5e78ce9
commit 2fed408c05
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ before = common.conf
[DEFAULT]
_daemon = sshd
_daemon = (?:sshd(?:-session)?)
# optional prefix (logged from several ssh versions) like "error: ", "error: PAM: " or "fatal: "
__pref = (?:(?:error|fatal): (?:PAM: )?)?