Skip to content

Commit 78a3b4d

Browse files
authored
Merge pull request #196088 from cynthn/ssh-screens
Fixing fuzzy screenshots
2 parents bee0387 + 866a13d commit 78a3b4d

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.collection: linux
66
ms.service: virtual-machines
77
ms.workload: infrastructure-services
88
ms.topic: article
9-
ms.date: 04/18/2022
9+
ms.date: 04/25/2022
1010
ms.author: cynthn
1111

1212
---
@@ -24,10 +24,13 @@ This document describes how to connect, via SSH, to a VM that has a public IP. I
2424

2525
1. On the page for the VM, select **Networking** from the left menu.
2626
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+
2730
1. If there isn't a rule, add one by selecting **Add inbound port rule**.
2831
1. From the **Service** dropdown select **SSH**.
2932

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.":::
3134

3235
1. Edit **Priority** and **Source** if necessary
3336
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
4447
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)
4548

4649
- 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.":::
4752

4853
## Connect to the VM
4954

76.2 KB
Loading
6.17 KB
Loading

0 commit comments

Comments
 (0)