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
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.
14
14
15
-
## Generating SSH Keys Using the Nexusidentity az CLI
15
+
## Generating SSH Keys Using the Nexusidentity Azure CLI
16
16
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.
18
18
19
19
### Prerequisites
20
20
21
+
-**Setup Method D v2.0** using as referred in [article](howto-setup-break-glass-access-.md)
21
22
-**Windows Computer** with PowerShell
22
23
-**OpenSSH**: Version 9.4 or higher
23
24
-**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.
26
27
27
28
### Steps to Install Nexusidentity Extension and Generate SSH Keys
28
29
@@ -31,7 +32,7 @@ To start with Breakglass IAM configuration, you will need to set up SSH keys usi
31
32
> [!Note]
32
33
> Use non-admin mode for this process.
33
34
34
-
2.**Update AZ CLI**:
35
+
2.**Update Azure CLI**:
35
36
36
37
- Run the following command to update Azure CLI to the latest version:
37
38
@@ -47,7 +48,7 @@ To start with Breakglass IAM configuration, you will need to set up SSH keys usi
47
48
az extension add --name nexusidentity
48
49
```
49
50
50
-
4. **Generate SSH Keys with Nexusidentity**:
51
+
4. **Generate SSH Keys with Nexusidentity extension**:
51
52
52
53
a. Download the [Yubico Key Manager](https://www.yubico.com/support/download/yubikey-manager) to reset your YubiKey for initial setup.
0 commit comments