Skip to content

Commit adb26f1

Browse files
author
Abdullah Bell
committed
fixed warnings and addd diagram.
1 parent 540d9a7 commit adb26f1

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

articles/bastion/bastion-connect-vm-ssh-windows.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ This article describes how to create a secure SSH connection to your Windows vir
1616

1717
For RDP connections to a Windows virtual machine, see [Create an RDP connection to a Windows VM](bastion-connect-vm-rdp-windows.md). For native client connections using Azure CLI (including SSH tunnels), see [Connect to a VM using a native client](connect-vm-native-client-windows.md).
1818

19+
The following diagram shows the dedicated deployment architecture using an SSH connection.
20+
21+
:::image type="content" source="./media/connect-vm-ssh-windows/host-architecture-ssh-windows.png" alt-text="Diagram that shows the Azure Bastion architecture." lightbox="./media/connect-vm-ssh-windows/host-architecture-ssh-windows.png":::
22+
1923
## Prerequisites
2024

2125
Before you begin, verify that you meet the following criteria:
@@ -47,10 +51,10 @@ The following authentication methods are available for SSH connections to Window
4751

4852
| Authentication method | Minimum SKU |
4953
|---|---|
50-
| [Username and password](#tab/password) | Standard |
51-
| [SSH Private Key from local file](#tab/local-key) | Standard |
52-
| [Password from Azure Key Vault](#tab/kv-password) | Standard |
53-
| [SSH Private Key from Azure Key Vault](#tab/kv-key) | Standard |
54+
| Username and password | Standard |
55+
| SSH private key from local file | Standard |
56+
| Password from Azure Key Vault | Standard |
57+
| SSH private key from Azure Key Vault | Standard |
5458

5559
> [!NOTE]
5660
> [Microsoft Entra ID authentication](bastion-entra-id-authentication.md) and [Kerberos authentication](kerberos-authentication-portal.md) are not supported for SSH connections to Windows VMs. These authentication methods are available for [RDP connections](bastion-connect-vm-rdp-windows.md).
47.2 KB
Loading

0 commit comments

Comments
 (0)