From c93d78c7fd1cb36689a663e5ebd9e7e0016b99fd Mon Sep 17 00:00:00 2001 From: Manoj Ampalam Date: Thu, 15 Mar 2018 17:23:31 -0700 Subject: [PATCH] Updated Troubleshooting Steps (markdown) --- Troubleshooting-Steps.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Troubleshooting-Steps.md b/Troubleshooting-Steps.md index 5e75ece..4727039 100644 --- a/Troubleshooting-Steps.md +++ b/Troubleshooting-Steps.md @@ -4,6 +4,7 @@ Troubleshooting steps for typical service startup and connection issues: * `Stop-Service sshd` (if sshd service is running) * Open cmd as SYSTEM. Download psexec from [here](https://docs.microsoft.com/en-us/sysinternals/downloads/psexec). * `psexec -s cmd` + * Note: sshd.exe in debug mode doesn't play well with psexec in interactive mode (psexec -i), don't use this option yet. * `sshd.exe -d` * This will dump debug logs in real time to stdout on the console * You can also add additional `d`s for more detailed loggin: