Updated Install Win32 OpenSSH (markdown)

bagajjal 2017-10-16 17:16:43 -07:00
parent 2682fc8556
commit 238342f1a1

@ -37,6 +37,7 @@ To figure out if this is the case, look for TCP port bindings on port 22 and the
* `Set-Service ssh-agent -StartupType Automatic` * `Set-Service ssh-agent -StartupType Automatic`
1. Configuring the default ssh shell (optional) 1. Configuring the default ssh shell (optional)
Configure the default ssh shell in the windows registry Configure the default ssh shell in the windows registry
`Computer\HKEY_LOCAL_MACHINE\SOFTWARE\OpenSSH\DefaultShell` - **Full path of the shell executable.** `Computer\HKEY_LOCAL_MACHINE\SOFTWARE\OpenSSH\DefaultShell` - **Full path of the shell executable.**
`Computer\HKEY_LOCAL_MACHINE\SOFTWARE\OpenSSH\DefaultShellCommandOption` - **option to execute non-interactive commmands.** `Computer\HKEY_LOCAL_MACHINE\SOFTWARE\OpenSSH\DefaultShellCommandOption` - **option to execute non-interactive commmands.**