[Fwd: SSH logging]

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: Alan Dayley
日付:  
題目: [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