From 0b9c50bd087b9d68a2504b205dfd1cc59720526a Mon Sep 17 00:00:00 2001 From: Manoj Ampalam Date: Sat, 17 Dec 2016 23:50:13 -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 f28de12..e8c15bf 100644 --- a/Troubleshooting-Steps.md +++ b/Troubleshooting-Steps.md @@ -14,7 +14,7 @@ Trouble shooting steps for typical connection issues: Trouble shooting more complex issues: - Server side * stop sshd and ssh-agent services - * delete sshd.log and ssh-agent.log (can be found in the sshd.exe directory) + * delete sshd.log and ssh-agent.log (in logs directory) * set LogLevel to DEBUG (or DEBUG2/DEBUG3 for higher levels of logging) in sshd_config * run the scenario. sshd.log and ssh-agent.log will contain sshd and ssh-agent related traces respectively - Client side