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/bastion/bastion-connect-vm-ssh-linux.md
+20-3Lines changed: 20 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ In order to make a connection, the following roles are required:
41
41
In order to connect to the Linux VM via SSH, you must have the following ports open on your VM:
42
42
43
43
* Inbound port: SSH (22) ***or***
44
-
* Inbound port: Custom value (you'll then need to specify this custom port when you connect to the VM via Azure Bastion). This setting is not available for the Basic or Developer SKU.
44
+
* Inbound port: Custom value (you'll then need to specify this custom port when you connect to the VM via Azure Bastion). This setting isn't available for the Basic or Developer SKU.
45
45
46
46
## Bastion connection page
47
47
@@ -61,13 +61,13 @@ In order to connect to the Linux VM via SSH, you must have the following ports o
61
61
62
62
1. Use the following sections in this article to configure authentication settings and connect to your VM.
63
63
64
+
*[Microsoft Entra ID Authentication](#microsoft-entra-id-authentication-preview)
64
65
*[Username and password](#password-authentication)
*[Microsoft Entra ID Authentication](#microsoft-entra-id-authentication-preview)
69
69
70
-
## Microsoft Entra ID Authentication (Preview)
70
+
## Microsoft Entra ID authentication (Preview)
71
71
72
72
> [!NOTE]
73
73
> Microsoft Entra ID Authentication support for SSH connections within the portal is in Preview and is currently being rolled out.
@@ -83,6 +83,23 @@ Prerequisites:
83
83
***Virtual Machine Administrator Login**: This role is necessary if you want to sign in with administrator privileges.
84
84
***Virtual Machine User Login**: This role is necessary if you want to sign in with regular user privileges.
85
85
86
+
Use the following steps to authenticate using Microsoft Entra ID.
87
+
88
+
:::image type="content" source="./media/bastion-connect-vm-ssh-linux/entra-id.png" alt-text="Screenshot shows authentication type as Microsoft Entra ID." lightbox="./media/bastion-connect-vm-ssh-linux/entra-id.png":::
89
+
90
+
1. To authenticate using Microsoft Entra ID, configure the following settings.
91
+
92
+
***Connection Settings**: Only available for SKUs higher than the Basic SKU.
93
+
94
+
***Protocol**: Select SSH.
95
+
***Port**: Specify the port number.
96
+
97
+
***Authentication type**: Select **Microsoft Entra ID** from the dropdown.
98
+
99
+
1. To work with the VM in a new browser tab, select **Open in new browser tab**.
100
+
101
+
1. Click **Connect** to connect to the VM.
102
+
86
103
## Password authentication
87
104
88
105
Use the following steps to authenticate using username and password.
0 commit comments