No auth.log

Started by finotti, 2023/12/05, 15:59:13

Previous topic - Next topic

finotti

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.

edlin

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
,,Ein kluger Mann macht nicht alle Fehler selber. Er lässt auch anderen eine Chance."

Winston Churchill

finotti

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!