[Fwd: SSH logging]

Página superior
Adjuntos:
Obtener este mensaje como un correo
+ (text/plain)
Eliminar este mensaje
Responder a este mensaje
Autor: Alan Dayley
Fecha:  
Asunto: [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