Update SSHRemoting demo README.md (#3471)

This commit is contained in:
Steve Lee 2017-04-04 14:16:50 -07:00 committed by Travis Plunk
parent 3be547c78e
commit 2d8d59e4e0

View file

@ -41,9 +41,9 @@ In addition you will need to enable password authentication and optionally key b
```bash
PasswordAuthentication yes
```
- Add a PowerShell subsystem entry
- Add a PowerShell subsystem entry, replace `c:/program files/powershell/6.0.0.17/powershell.exe` with the correct path to the version you want to use
```bash
Subsystem powershell `PowerShell_Install_Path`\powershell.exe -sshs -NoLogo -NoProfile
Subsystem powershell c:/program files/powershell/6.0.0.17/powershell.exe -sshs -NoLogo -NoProfile
```
- Optionally enable key authentication
```bash