File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ TestVm2 westus Succeeded Standard_DS1_v2 WindowsServer 2016-Datace
115
115
```
116
116
117
117
> [ !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.
119
119
> This is because the child items are cached in memory for a better user experience.
120
120
However, you can always use ` dir -Force ` to get fresh data.
121
121
@@ -254,7 +254,6 @@ mywebapp3 Running MyResourceGroup3 {mywebapp3.azurewebsites.net... So
254
254
255
255
## SSH
256
256
257
- [ Win32-OpenSSH] ( https://github.com/PowerShell/Win32-OpenSSH ) is available in PowerShell Cloud Shell.
258
257
To authenticate to servers or VMs using SSH, generate the public-private key pair in Cloud Shell and
259
258
publish the public key to ` authorized_keys ` on the remote machine, such as ` /home/user/.ssh/authorized_keys ` .
260
259
You can’t perform that action at this time.
0 commit comments