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.
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
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!