mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
logwatch: Fixes bug13762 - ssh logins not shown on Log Summary page
- Due to the update of openssh to version 9.8 in CU187, logwatch no longer found the sshd login data from the messages log as the daemon was changed to sshd-session. - Therefore the daily logwatch files were missing the sshd information in them. - A patch to add support for openssh-9.8 sshd-session and port info has been merged into the logwatch git system and will be included into the next released version of logwatch - Update logwatch from version 7.8 to 7.11 and add patch for openssh-9.8 support. - Update the previous three logwatch patches for version 7.11 - Tested on my vm testbed. Confirmed that logwatch now includes back the sshd information into the Log Summary page. - When logwatch is updated to version 7.12 then the openssh-9.8 support patch will be able to be removed. Fixes: bug13762 Tested-by: Adolf Belka <adolf.belka@ipfire.org> Signed-off-by: Adolf Belka <adolf.belka@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
90227a65b4
commit
0953f7f0ea
@@ -59,6 +59,7 @@ usr/share/logwatch/default.conf/logfiles/resolver.conf
|
||||
#usr/share/logwatch/default.conf/logfiles/rt314.conf
|
||||
usr/share/logwatch/default.conf/logfiles/samba.conf
|
||||
#usr/share/logwatch/default.conf/logfiles/secure.conf
|
||||
#usr/share/logwatch/default.conf/logfiles/snort.conf
|
||||
#usr/share/logwatch/default.conf/logfiles/sonicwall.conf
|
||||
#usr/share/logwatch/default.conf/logfiles/spamassassin.conf
|
||||
usr/share/logwatch/default.conf/logfiles/syslog.conf
|
||||
@@ -167,6 +168,7 @@ usr/share/logwatch/default.conf/services/scsi.conf
|
||||
#usr/share/logwatch/default.conf/services/shaperd.conf
|
||||
#usr/share/logwatch/default.conf/services/slon.conf
|
||||
#usr/share/logwatch/default.conf/services/smartd.conf
|
||||
#usr/share/logwatch/default.conf/services/snort.conf
|
||||
#usr/share/logwatch/default.conf/services/sonicwall.conf
|
||||
#usr/share/logwatch/default.conf/services/spamassassin.conf
|
||||
usr/share/logwatch/default.conf/services/sshd.conf
|
||||
@@ -317,6 +319,7 @@ usr/share/logwatch/scripts/services/scsi
|
||||
#usr/share/logwatch/scripts/services/shaperd
|
||||
#usr/share/logwatch/scripts/services/slon
|
||||
#usr/share/logwatch/scripts/services/smartd
|
||||
#usr/share/logwatch/scripts/services/snort
|
||||
#usr/share/logwatch/scripts/services/sonicwall
|
||||
#usr/share/logwatch/scripts/services/spamassassin
|
||||
usr/share/logwatch/scripts/services/sshd
|
||||
|
||||
Reference in New Issue
Block a user