[Fwd: SSH logging]

Forside
Vedhæftede filer:
Indlæg som e-mail
+ (text/plain)
Slet denne besked
Besvar denne besked
Skribent: Alan Dayley
Dato:  
Emne: [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