From 64d2709a943ab373f6e7b6e5535c2d13dcddcbb7 Mon Sep 17 00:00:00 2001 From: bagajjal Date: Tue, 17 Oct 2017 13:39:42 -0700 Subject: [PATCH] Updated Install Win32 OpenSSH (markdown) --- Install-Win32-OpenSSH.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Install-Win32-OpenSSH.md b/Install-Win32-OpenSSH.md index d8dcf85..a6871c3 100644 --- a/Install-Win32-OpenSSH.md +++ b/Install-Win32-OpenSSH.md @@ -46,6 +46,7 @@ To figure out if this is the case, look for TCP port bindings on port 22 and the Configure the default ssh shell in the windows registry. It should look like [this](https://user-images.githubusercontent.com/23668037/31640389-f133818a-b292-11e7-8522-c2bb744eb67c.png). `Computer\HKEY_LOCAL_MACHINE\SOFTWARE\OpenSSH\DefaultShell` - **Full path (case sensitive) of the shell executable.** + `Computer\HKEY_LOCAL_MACHINE\SOFTWARE\OpenSSH\DefaultShellCommandOption` - **option to execute non-interactive commmands.** _If you are configuring the powershell.exe/cmd.exe/bash.exe as default ssh shell then you can ignore `Computer\HKEY_LOCAL_MACHINE\SOFTWARE\OpenSSH\DefaultShellCommandOption`._