Skip to content

Commit 6226f65

Browse files
committed
fixes
1 parent 1f9d91b commit 6226f65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-network/ip-services/create-vm-dual-stack-ipv6-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ You'll connect to the virtual machine with SSH to test the IPv4 public IP addres
296296

297297
4. Open an SSH connection to the virtual machine by using the following command. Replace the IP address with the IP address of your virtual machine. Replace **`azureuser`** with the username you chose during virtual machine creation. The **`-i`** is the path to the private key that you downloaded earlier. In this example, it's **~/.ssh/mySSHKey.pem**.
298298

299-
```azurepowershell-interactive
299+
```bash
300300
ssh -i ~/.ssh/mySSHkey.pem [email protected]
301301
```
302302

0 commit comments

Comments
 (0)