mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-07-23 05:55:41 +02:00
Updated Logging Facilities (markdown)
parent
62d928dbd4
commit
fedc22b0e2
@ -18,8 +18,17 @@ File based logging option (useful for quickly collecting debug traces) can be tu
|
|||||||
|
|
||||||
`SyslogFacility LOCAL0 `
|
`SyslogFacility LOCAL0 `
|
||||||
|
|
||||||
|
`LogLevel Debug3 `
|
||||||
|
|
||||||
Restart the sshd service after making changes to sshd_config.
|
Restart the sshd service after making changes to sshd_config.
|
||||||
|
|
||||||
|
`net stop sshd`
|
||||||
|
|
||||||
|
`net start sshd`
|
||||||
|
|
||||||
With this option, the logs would be collected at %programdata%\ssh\logs.
|
With this option, the logs would be collected at %programdata%\ssh\logs.
|
||||||
|
|
||||||
|
|
||||||
sftp-server would follow similar semantics for logging (by default to ETW) and to files using the following as subsystem path in sshd_config:
|
sftp-server would follow similar semantics for logging (by default to ETW) and to files using the following as subsystem path in sshd_config:
|
||||||
|
|
||||||
`sftp-server -f LOCAL0 -l DEBUG3`
|
`sftp-server -f LOCAL0 -l DEBUG3`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user