Skip to content

Commit 978ccfe

Browse files
committed
Update howto-use-break-glass-access.md
1 parent 87d41d8 commit 978ccfe

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,18 @@ ms.custom: template-how-to, devx-track-azurecli
1212
# Use 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-
## Generating SSH Keys Using the Nexusidentity az CLI
15+
## Generating SSH Keys Using the Nexusidentity Azure CLI
1616

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.
17+
To start with Breakglass IAM configuration, you will need to set up SSH keys using the Nexusidentity extension. Make sure you have the following prerequisites installed and updated.
1818

1919
### Prerequisites
2020

21+
- **Setup Method D v2.0** using as referred in [article](howto-setup-break-glass-access-.md)
2122
- **Windows Computer** with PowerShell
2223
- **OpenSSH**: Version 9.4 or higher
2324
- **Python**: Version 3.11 or higher (64-bit)
24-
- **AZ CLI**: Version 2.61 or higher (64-bit)
25-
- **Nexusidentity Extension**: This extension must be added to AZ CLI.
25+
- **Azure CLI**: Version 2.61 or higher (64-bit)
26+
- **Nexusidentity Extension**: This extension must be added to Azure CLI.
2627

2728
### Steps to Install Nexusidentity Extension and Generate SSH Keys
2829

@@ -31,7 +32,7 @@ To start with Breakglass IAM configuration, you will need to set up SSH keys usi
3132
> [!Note]
3233
> Use non-admin mode for this process.
3334
34-
2. **Update AZ CLI**:
35+
2. **Update Azure CLI**:
3536

3637
- Run the following command to update Azure CLI to the latest version:
3738

@@ -47,7 +48,7 @@ To start with Breakglass IAM configuration, you will need to set up SSH keys usi
4748
az extension add --name nexusidentity
4849
```
4950
50-
4. **Generate SSH Keys with Nexusidentity**:
51+
4. **Generate SSH Keys with Nexusidentity extension**:
5152
5253
a. Download the [Yubico Key Manager](https://www.yubico.com/support/download/yubikey-manager) to reset your YubiKey for initial setup.
5354

0 commit comments

Comments
 (0)