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

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

Offline finotti

  • User
  • Posts: 272
[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: 542
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
Der Kluge lernt aus allem und von jedem,
der Normale aus seinen Erfahrungen
und der Dumme weiß alles besser.

Sokrates

Offline finotti

  • User
  • Posts: 272
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!