Siduction Forum

Siduction Forum => Software - Support => Topic started by: finotti on 2023/12/05, 15:59:13

Title: No auth.log
Post by: finotti on 2023/12/05, 15:59:13
I just noticed that my (more or less) recent installation of siduction does not have an "auth.log".  Is there a way to create it?  I mostly need SSH logs.
Title: Re: No auth.log
Post by: edlin on 2023/12/05, 16:36:45
You can find the answer in

edlin@Devil:~$ less /var/log/README

In the future, just use commands like

# journalctl _SYSTEMD_UNIT=ssh.service
# journalctl _SYSTEMD_UNIT=ssh.service | egrep "Failed|Failure"


edlin
Title: Re: No auth.log
Post by: finotti on 2023/12/05, 17:05:19
Quote from: edlin on 2023/12/05, 16:36:45
You can find the answer in

edlin@Devil:~$ less /var/log/README

In the future, just use commands like

# journalctl _SYSTEMD_UNIT=ssh.service
# journalctl _SYSTEMD_UNIT=ssh.service | egrep "Failed|Failure"


edlin

Ah, sorry I missed that!  But thanks for the info!