Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/PowerShell/PowerShell.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authorbergmeister <c.bergmeister@gmail.com>2017-10-26 00:03:43 +0300
committerDongbo Wang <dongbow@microsoft.com>2017-10-26 00:03:43 +0300
commit715fe94c37fd258a4026f0b7a1448720e2e0c55d (patch)
treeab486ee57deb3325462214cc47a078cf61e3f4c2 /demos
parenta5f4a5607b432fa958e669e593fc475ce97bac40 (diff)
Fix 'demos/SSHRemoting/README.md' using the new name 'pwsh' (#5236)
Diffstat (limited to 'demos')
-rw-r--r--demos/SSHRemoting/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/SSHRemoting/README.md b/demos/SSHRemoting/README.md
index a0cbbf4608..e4d8035c4e 100644
--- a/demos/SSHRemoting/README.md
+++ b/demos/SSHRemoting/README.md
@@ -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