You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/windows/connect-ssh.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ The examples below use variables. You can set variables in your environment as f
26
26
| Bash/ZSH | myResourceGroup='resGroup10'
27
27
| PowerShell | $myResourceGroup='resGroup10'
28
28
29
-
## Install SSH
29
+
## Enable SSH
30
30
31
31
First, you will need to enable SSH in your Windows machine.
32
32
@@ -287,4 +287,4 @@ az ssh vm -g $myResourceGroup -n $myVM --local-user $myUsername -- -L 3389:loca
287
287
288
288
289
289
## 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