Skip to content

Commit e94abe7

Browse files
committed
Update howto-use-break-glass-access.md
1 parent 3ef3e3f commit e94abe7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,19 @@ 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).
29+
- **Enable Long paths** - Windows long paths support must be enabled [Refer](https://pip.pypa.io/warnings/enable-long-paths).
3030

3131
### Steps to Install Nexusidentity Extension and Generate SSH Keys
3232

3333
1. **Enabling long paths**
3434

35-
- Run the following powershell as an administrator.
35+
- Run the following PowerShell as an administrator.
3636

37-
```Powershell
37+
```PowerShell
3838
New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 -PropertyType DWORD -Force
3939
```
4040

41-
- Close the powershell terminal.
41+
- Close the PowerShell terminal.
4242

4343
2. **Open PowerShell**:
4444

@@ -80,7 +80,7 @@ To start with break glass IAM configuration, you need to set up SSH keys using t
8080
```
8181
8282
> [!NOTE]
83-
> Method Dv2.0 passkeys requires the YubiKey hardware token with a firmware version of 5.2.3 or higher.
83+
> Method Dv2.0 passkeys require the YubiKey hardware token with a firmware version of 5.2.3 or higher.
8484
8585
e. During this process:
8686

0 commit comments

Comments
 (0)