Fix 'demos/SSHRemoting/README.md' using the new name 'pwsh' (#5236)

This commit is contained in:
bergmeister 2017-10-25 22:03:43 +01:00 committed by Dongbo Wang
parent a5f4a5607b
commit 715fe94c37

View file

@ -77,7 +77,7 @@ In addition you will need to enable password authentication and optionally key b
```
- Add a PowerShell subsystem entry
```none
Subsystem powershell /usr/bin/powershell -sshs -NoLogo -NoProfile
Subsystem powershell /usr/bin/pwsh -sshs -NoLogo -NoProfile
```
- Optionally enable key authentication
```none