From c595a2288ef884602643d4e3386f4f000833e8cb Mon Sep 17 00:00:00 2001 From: Manoj Ampalam Date: Thu, 31 May 2018 09:40:24 -0700 Subject: [PATCH] Updated Troubleshooting Steps (markdown) --- Troubleshooting-Steps.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Troubleshooting-Steps.md b/Troubleshooting-Steps.md index d6d8b88..4809247 100644 --- a/Troubleshooting-Steps.md +++ b/Troubleshooting-Steps.md @@ -2,6 +2,8 @@ See [Logging Facilities](https://github.com/PowerShell/Win32-OpenSSH/wiki/Loggin Troubleshooting steps for typical service startup and connection issues: +* If you see connection getting reset right after sending SSH2_MSG_KEXINIT, see if [this](https://github.com/PowerShell/Win32-OpenSSH/issues/1027) may help. + * 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).