Skip to content

Commit 59c8da1

Browse files
committed
acrolinx
1 parent 27fe040 commit 59c8da1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,9 @@ You'll connect to the virtual machine with SSH to test the IPv4 public IP addres
192192

193193
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**.
194194

195-
```bash
196-
ssh -i ~/.ssh/mySSHkey.pem [email protected]
197-
```
195+
```bash
196+
ssh -i ~/.ssh/mySSHkey.pem [email protected]
197+
```
198198

199199
## Clean up resources
200200

0 commit comments

Comments
 (0)