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:
authorChristoph Bergmeister <c.bergmeister@gmail.com>2018-02-23 20:54:58 +0300
committerTravis Plunk <travis.plunk@microsoft.com>2018-02-23 20:54:58 +0300
commit96bd86e5e3f12c967c3dd70b2055f0488e26281f (patch)
tree5169931e4ca55e0a5850477e76d05b54e111b07b /demos
parent3ebe0a9cb0a8917b47839c804820b4bb780ab952 (diff)
fix various places that still refer to old versions of pwsh (#6179)
Diffstat (limited to 'demos')
-rw-r--r--demos/SSHRemoting/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/SSHRemoting/README.md b/demos/SSHRemoting/README.md
index 0192ae076d..3c541fb9ea 100644
--- a/demos/SSHRemoting/README.md
+++ b/demos/SSHRemoting/README.md
@@ -46,9 +46,9 @@ In addition you will need to enable password authentication and optionally key b
```none
PasswordAuthentication yes
```
- - Add a PowerShell subsystem entry, replace `c:/program files/powershell/6.0.0/pwsh.exe` with the correct path to the version you want to use
+ - Add a PowerShell subsystem entry, replace `c:/program files/powershell/6.0.1/pwsh.exe` with the correct path to the version you want to use
```none
- Subsystem powershell c:/program files/powershell/6.0.0/pwsh.exe -sshs -NoLogo -NoProfile
+ Subsystem powershell c:/program files/powershell/6.0.1/pwsh.exe -sshs -NoLogo -NoProfile
```
- Optionally enable key authentication
```none