Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: [EN] No auth.log  (Read 4393 times)

Offline finotti

  • User
  • Posts: 282
[EN] No auth.log
« 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.

Offline edlin

  • User
  • Posts: 670
Re: No auth.log
« Reply #1 on: 2023/12/05, 16:36:45 »
You can find the answer in

Code: [Select]
edlin@Devil:~$ less /var/log/README
In the future, just use commands like

Code: [Select]
# journalctl _SYSTEMD_UNIT=ssh.service
# journalctl _SYSTEMD_UNIT=ssh.service | egrep "Failed|Failure"

edlin
„Erfahrung heißt gar nichts. Man kann eine Sache auch 35 Jahre falsch machen.“

Kurt Tucholsky

Offline finotti

  • User
  • Posts: 282
Re: No auth.log
« Reply #2 on: 2023/12/05, 17:05:19 »
You can find the answer in

Code: [Select]
edlin@Devil:~$ less /var/log/README
In the future, just use commands like

Code: [Select]
# journalctl _SYSTEMD_UNIT=ssh.service
# journalctl _SYSTEMD_UNIT=ssh.service | egrep "Failed|Failure"

edlin

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