[Fwd: SSH logging]

Kezdőlap
Csatolmányok:
Üzenet email-ben
+ (text/plain)
Üzenet törlése
Válasz az üzenetre
Szerző: Alan Dayley
Dátum:  
Tárgy: [Fwd: SSH logging]
David wrote:
>
> check /etc/sshd/sshd_conf:
>
>
> # Logging
> #obsoletes QuietMode and FascistLogging
> #SyslogFacility AUTH
> #LogLevel INFO
>
> Unless its compiled with those defaults, you probably want to uncomment
> them.


From /etc/ssh/sshd_config:

---
# Logging
#obsoletes QuietMode and FascistLogging
#SyslogFacility AUTH
SyslogFacility AUTHPRIV
#LogLevel INFO
---

What should they be?

Alan