Skip to content

Commit 1972250

Browse files
authored
Merge pull request #200130 from cynthn/patch-607
Update linux-vm-connect.md - you're
2 parents 310287c + b0700b9 commit 1972250

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-machines/linux-vm-connect.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Once the above prerequisites are met, you're ready to connect to your VM. Open y
9292
```bash
9393
ssh-keygen -lf /etc/ssh/ssh_host_ecdsa_key.pub | awk '{print $2}'
9494
```
95-
5. Success! You should now be connected to your VM. If you;re unable to connect, see [Troubleshoot SSH connections](/troubleshoot/azure/virtual-machines/troubleshoot-ssh-connection).
95+
5. Success! You should now be connected to your VM. If you're unable to connect, see [Troubleshoot SSH connections](/troubleshoot/azure/virtual-machines/troubleshoot-ssh-connection).
9696

9797
### SSH With existing public key
9898
1. Run the following command in your SSH client. In this example, *20.51.230.13* is the public IP Address of your VM and *azureuser* is the username you created when you created the VM.
@@ -107,7 +107,7 @@ Once the above prerequisites are met, you're ready to connect to your VM. Open y
107107
ssh-keygen -lf /etc/ssh/ssh_host_ecdsa_key.pub | awk '{print $2}'
108108
```
109109

110-
3. Success! You should now be connected to your VM. If you;re unable to connect, see our troubleshooting guide [Troubleshoot SSH connections](/troubleshoot/azure/virtual-machines/troubleshoot-ssh-connection).
110+
3. Success! You should now be connected to your VM. If you're unable to connect, see our troubleshooting guide [Troubleshoot SSH connections](/troubleshoot/azure/virtual-machines/troubleshoot-ssh-connection).
111111
112112
### Password authentication
113113

0 commit comments

Comments
 (0)