Skip to content

Commit 5778e47

Browse files
authored
Merge pull request #206475 from mgreenegit/patch-38
Verbiage "enable" not "install"
2 parents 7b21f43 + d3cb933 commit 5778e47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-machines/windows/connect-ssh.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The examples below use variables. You can set variables in your environment as f
2626
| Bash/ZSH | myResourceGroup='resGroup10'
2727
| PowerShell | $myResourceGroup='resGroup10'
2828

29-
## Install SSH
29+
## Enable SSH
3030

3131
First, you will need to enable SSH in your Windows machine.
3232

@@ -287,4 +287,4 @@ az ssh vm -g $myResourceGroup -n $myVM --local-user $myUsername -- -L 3389:loca
287287

288288

289289
## Next steps
290-
Learn how to transfer files to an existing VM, see [Use SCP to move files to and from a Linux VM](../linux/copy-files-to-linux-vm-using-scp.md). The same steps will also work for Windows machines.
290+
Learn how to transfer files to an existing VM, see [Use SCP to move files to and from a Linux VM](../linux/copy-files-to-linux-vm-using-scp.md). The same steps will also work for Windows machines.

0 commit comments

Comments
 (0)