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/linux-vm-connect.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.collection: linux
6
6
ms.service: virtual-machines
7
7
ms.workload: infrastructure-services
8
8
ms.topic: article
9
-
ms.date: 04/18/2022
9
+
ms.date: 04/25/2022
10
10
ms.author: cynthn
11
11
12
12
---
@@ -24,10 +24,13 @@ This document describes how to connect, via SSH, to a VM that has a public IP. I
24
24
25
25
1. On the page for the VM, select **Networking** from the left menu.
26
26
1. On the **Networking** page, check to see if there is a rule which allows TCP on port 22 from the IP address of the computer you are using to connect to the VM. If the rule exists, you can move to the next section.
27
+
28
+
:::image type="content" source="media/linux-vm-connect/check-rule.png" alt-text="Screenshot showing how to check to see if there is already a rule allowing S S H connections.":::
29
+
27
30
1. If there isn't a rule, add one by selecting **Add inbound port rule**.
28
31
1. From the **Service** dropdown select **SSH**.
29
32
30
-
:::image type="content" source="media/linux-vm-connect/create-rule.png" alt-text="Screenshot showing where to choose S S H.":::
33
+
:::image type="content" source="media/linux-vm-connect/create-rule.png" alt-text="Screenshot showing where to choose S S H when creating a new N S G rule.":::
31
34
32
35
1. Edit **Priority** and **Source** if necessary
33
36
1. For **Name**, type *SSH*.
@@ -44,6 +47,8 @@ This document describes how to connect, via SSH, to a VM that has a public IP. I
44
47
To learn more about adding a public IP address to an existing VM, see [Associate a public IP address to a virtual machine](../virtual-network/ip-services/associate-public-ip-address-vm.md)
45
48
46
49
- Verify your VM is running. On the Overview tab, in the **Essentials** section, verify the status of the VM is **Running**. To start the VM, select **Start** at the top of the page.
50
+
51
+
:::image type="content" source="media/linux-vm-connect/running.png" alt-text="Screenshot showing how to check to make sure your virtual machine is in the running state.":::
0 commit comments