Skip to content

Commit 70e33bf

Browse files
authored
Remove a statement about Win32-OpenSSH
"Win32-OpenSSH is available in PowerShell Cloud Shell." is not valid since Cloud Shell runs on Linux.
1 parent 5f98ef5 commit 70e33bf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/cloud-shell/quickstart-powershell.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ TestVm2 westus Succeeded Standard_DS1_v2 WindowsServer 2016-Datace
115115
```
116116

117117
> [!NOTE]
118-
> You may notice that the second time when you type `dir`, the cloud shell is able to display the items much faster.
118+
> You may notice that the second time when you type `dir`, the Cloud Shell is able to display the items much faster.
119119
> This is because the child items are cached in memory for a better user experience.
120120
However, you can always use `dir -Force` to get fresh data.
121121

@@ -254,7 +254,6 @@ mywebapp3 Running MyResourceGroup3 {mywebapp3.azurewebsites.net... So
254254

255255
## SSH
256256

257-
[Win32-OpenSSH](https://github.com/PowerShell/Win32-OpenSSH) is available in PowerShell Cloud Shell.
258257
To authenticate to servers or VMs using SSH, generate the public-private key pair in Cloud Shell and
259258
publish the public key to `authorized_keys` on the remote machine, such as `/home/user/.ssh/authorized_keys`.
260259

0 commit comments

Comments
 (0)