Updated Install Win32 OpenSSH (markdown)

bagajjal 2018-03-20 16:42:00 -07:00
parent 47fc705d54
commit c88fa553cd

@ -40,7 +40,7 @@ On the server side, configure the default ssh shell in the windows registry.
* `New-ItemProperty -Path "HKLM:\SOFTWARE\OpenSSH" -Name DefaultShell -Value "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -PropertyType String -Force`
* `New-ItemProperty -Path $registryPath -Name DefaultShellCommandOption -Value "/c" -PropertyType String -Force`
* `New-ItemProperty -Path "HKLM:\SOFTWARE\OpenSSH" -Name DefaultShellCommandOption -Value "/c" -PropertyType String -Force`
***