[Fwd: SSH logging]

Página Principal
Anexos:
Mensagem como email
+ (text/plain)
Apagar esta mensagem
Responder a esta mensagem
Autor: Alan Dayley
Data:  
Assunto: [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