From 719408a4a3470109aec2ecfc4cafe483e280ba6f Mon Sep 17 00:00:00 2001 From: bagajjal Date: Thu, 10 May 2018 11:31:19 -0700 Subject: [PATCH] Updated Troubleshooting Steps (markdown) --- Troubleshooting-Steps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Troubleshooting-Steps.md b/Troubleshooting-Steps.md index 6b4ac96..d6d8b88 100644 --- a/Troubleshooting-Steps.md +++ b/Troubleshooting-Steps.md @@ -23,7 +23,7 @@ Troubleshooting more complex issues: * `Stop-Service sshd` * Delete `sshd.log` and `ssh-agent.log` (under %programdata%\ssh\logs) * Set the following in `sshd_config` - * `LogFacility LOCAL0` + * `SyslogFacility LOCAL0` * `LogLevel` to `DEBUG` (or `DEBUG2`/`DEBUG3` for higher levels of logging) * Rerun the workflow that's giving you problems. `logs\sshd.log` will contain `sshd` related traces. * If the problem isn't clear, please post these logs along with some steps to help us reproduce your problem in [our GitHub Issues](https://github.com/powershell/Win32-OpenSSH/issues).