Skip to content

Commit 8536636

Browse files
committed
updated
1 parent e7dcbf8 commit 8536636

File tree

2 files changed

+11
-16
lines changed

2 files changed

+11
-16
lines changed

articles/operator-nexus/howto-setup-break-glass-access-.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: How to set up secure break-glass access
3-
description: Process of setting up secure
2+
title: How to set up Method D v2.0 secure break-glass access
3+
description: Process of setting up secure break-glass access using Method D v2.0
44
author: sushantjrao
55
ms.author: sushrao
66
ms.service: azure-operator-nexus
@@ -101,7 +101,7 @@ As part of the **Secure Future Initiative (SFI)**, **On-Behalf-Of (OBO) tokens**
101101

102102
- To activate the role, select **Role Based Access Control Administrator** from Eligible assignments tab.
103103

104-
>[!NOTE:]
104+
> [!NOTE]
105105
>Ensure that **Role Based Access Control Administrator** is sucessfully activated.
106106
107107
## Next Steps

articles/operator-nexus/howto-use-break-glass-access.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,9 @@ ms.custom: template-how-to, devx-track-azurecli
1212
# Method D v2.0 Breakglass Access
1313
Breakglass access using Method D v2.0 is a streamlined approach for administrators to grant secure, emergency access to critical network fabric devices. This guide will walk you through setting up and using Breakglass access, including generating SSH keys, granting permissions, and accessing network fabric devices.
1414

15-
# How to Use Method D v2.0 Breakglass Access
15+
## Generating SSH Keys Using the Nexusidentity az CLI
1616

17-
Breakglass access using Method D v2.0 is a streamlined approach for administrators to grant secure, emergency access to critical network fabric devices. This guide will walk you through setting up and using Breakglass access, including generating SSH keys, granting permissions, and accessing network fabric devices.
18-
19-
---
20-
21-
## 1. Generating SSH Keys Using the Nexusidentity az CLI
22-
23-
To start with Breakglass IAM configuration, you’ll need to set up SSH keys using the Nexusidentity CLI. Make sure you have the following prerequisites installed and updated.
17+
To start with Breakglass IAM configuration, you will need to set up SSH keys using the Nexusidentity CLI. Make sure you have the following prerequisites installed and updated.
2418

2519
### Prerequisites
2620

@@ -34,8 +28,8 @@ To start with Breakglass IAM configuration, you’ll need to set up SSH keys usi
3428

3529
1. **Open PowerShell**:
3630

37-
>[!Note:]
38-
>Use non-admin mode for this process.
31+
> [!Note]
32+
> Use non-admin mode for this process.
3933
4034
2. **Update AZ CLI**:
4135

@@ -103,7 +97,8 @@ To enable Breakglass access for an Entra user on a network fabric, assign the ap
10397
10498
Once these roles are assigned, the corresponding username and public SSH key will be automatically provisioned across all devices within the designated fabric instance.
10599
106-
> [Note:] Breakglass user accounts are reconciled every 4 hours. For immediate reconciliation, open a support ticket with the network fabric support team.
100+
> [!Note]
101+
> Breakglass user accounts are reconciled every 4 hours. For immediate reconciliation, open a support ticket with the network fabric support team.
107102
108103
## 3. Using break-glass access
109104
@@ -123,5 +118,5 @@ Once permissions are granted, users can access network fabric devices with their
123118
ssh -J JumpBoxUsername@JumpBoxIp EntraUsername@FabricDeviceIP
124119
```
125120

126-
>[!Note:]
127-
>This command establishes a secure connection, using the jump server as an intermediary for authentication.
121+
> [!Note]
122+
> This command establishes a secure connection, using the jump server as an intermediary for authentication.

0 commit comments

Comments
 (0)