Skip to content

Commit 1c06130

Browse files
committed
Update howto-use-break-glass-access.md
1 parent 5540090 commit 1c06130

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

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

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,31 +26,42 @@ To start with break glass IAM configuration, you need to set up SSH keys using t
2626
- **Azure CLI**: Version 2.61 or higher (64-bit)
2727
- **Nexusidentity Extension**: This extension must be added to Azure CLI.
2828
- **YubiKey Firmware Version**: Must be 5.2.3 or higher.
29+
- **Enable Longpaths** - Windows long paths support must be enabled [Refer](https://pip.pypa.io/warnings/enable-long-paths).
2930

3031
### Steps to Install Nexusidentity Extension and Generate SSH Keys
3132

32-
1. **Open PowerShell**:
33+
1. **Enabling long paths**
34+
35+
- Run the following powershell as an administrator.
36+
37+
```Powershell
38+
New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 -PropertyType DWORD -Force
39+
```
40+
41+
- Close the powershell terminal.
42+
43+
2. **Open PowerShell**:
3344

3445
> [!Note]
3546
> Use non-admin mode for this process.
3647
37-
2. **Update Azure CLI**:
48+
3. **Update Azure CLI**:
3849

3950
- Run the following command to update Azure CLI to the latest version:
4051

4152
```Azure CLI
4253
az upgrade
4354
```
4455
45-
3. **Install Nexusidentity extension**:
56+
4. **Install Nexusidentity extension**:
4657
4758
- To add the Nexusidentity extension
4859
4960
```Azure CLI
5061
az extension add --name nexusidentity
5162
```
5263
53-
4. **Generate SSH Keys with Nexusidentity extension**:
64+
5. **Generate SSH Keys with Nexusidentity extension**:
5465
5566
a. Download the [Yubico Key Manager](https://www.yubico.com/support/download/yubikey-manager) to reset your YubiKey for initial setup.
5667

0 commit comments

Comments
 (0)