]> git.ipfire.org Git - ipfire-2.x.git/commit
log.dat: Fix bug13762 - ssh logins not shown in system logs
authorAdolf Belka <adolf.belka@ipfire.org>
Wed, 28 Aug 2024 10:04:45 +0000 (12:04 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 22 Sep 2024 14:16:43 +0000 (14:16 +0000)
commit90227a65b4acfcb8877ad6ff519a85c3b768ff84
treeb1dc33e77d7e2a6ce35aad58e910e69fc047637c
parentbbfa373e84793f95eb4a0a79daa65de120daf95e
log.dat: Fix bug13762 - ssh logins not shown in system logs

- With the update of openssh to version 9.8 in CU187 the daemon was changed from sshd to
   sshd-session. Therefore the log.dat no longer finds any info related to the logins.
- This updates the section regex to look for both sshd and sshd-session.
- Tested out on my vm system and confirmed to work.
- This fix will make available all previous log info for sshd-session in the messages log
   as it continued to be stored, just could not be read by the WUI system log.

Fixes: bug13762
Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Tested-by: Bernhard Bitsch <bbitsch@ipfire.org>
Reviewed-by: Bernhard Bitsch <bbitsch@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
html/cgi-bin/logs.cgi/log.dat