From 8ddfe03d95bf19bc22551a2a47958ee7007b90a5 Mon Sep 17 00:00:00 2001 From: Manoj Ampalam Date: Fri, 2 Feb 2018 14:47:11 -0800 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 6f19a04..5e75ece 100644 --- a/Troubleshooting-Steps.md +++ b/Troubleshooting-Steps.md @@ -18,7 +18,7 @@ Troubleshooting more complex issues: * Server side * Stop `sshd` * `Stop-Service sshd` - * Delete `sshd.log` and `ssh-agent.log` (in the `logs` directory of your installation path) + * Delete `sshd.log` and `ssh-agent.log` (under %programdata%\ssh\logs) * Set `LogLevel` to `DEBUG` (or `DEBUG2`/`DEBUG3` for higher levels of logging) in `sshd_config` * 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).