From 43a96166578ba1c8ae0c543e3c048aad417cd052 Mon Sep 17 00:00:00 2001 From: Manoj Ampalam Date: Sun, 21 Jan 2018 23:49:09 -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 95e1ad1..6f19a04 100644 --- a/Troubleshooting-Steps.md +++ b/Troubleshooting-Steps.md @@ -3,7 +3,7 @@ Troubleshooting steps for typical service startup and connection issues: * Server side: run `sshd` in debug mode * `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 -i -s cmd` + * `psexec -s cmd` * `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: