@@ -19,18 +19,21 @@ To start with break glass Identity and Access Management (IAM) configuration, yo
19
19
20
20
### Prerequisites
21
21
22
- - ** Setup Method D v2.0** using as referred in [ article] ( howto-set-up-break-glass-access.md )
23
- - ** Windows Computer** with PowerShell
24
- - ** OpenSSH** : Version 9.4 or higher
25
- - ** Python** : Version 3.11 or higher (64-bit)
26
- - ** Azure CLI** : Version 2.61 or higher (64-bit)
27
- - ** Nexusidentity Extension** : This extension must be added to Azure CLI.
28
- - ** YubiKey Firmware Version** : Must be 5.2.3 or higher.
29
- - ** Enable Long paths** - Windows long paths support must be enabled [ Refer] ( https://pip.pypa.io/warnings/enable-long-paths ) .
30
-
31
- ### Steps to Install Nexusidentity Extension and Generate SSH Keys
32
-
33
- 1 . ** Enabling long paths**
22
+ - ** Setup Method D v2.0** using as referred in [ article] ( howto-set-up-break-glass-access.md ) .
23
+ - ** Windows** machine with PowerShell or ** Linux** machine with bash terminal.
24
+ - ** OpenSSH** : Version 9.4 or higher.
25
+ - ** Python** : Version 3.11 or higher (64-bit).
26
+ - ** Azure CLI** : Version 2.61 or higher (64-bit).
27
+ - ** Managednetworkfabric extension** : 7.0.0
28
+ - ** Nexusidentity extension** : 1.0.0b4 or higher.
29
+ - ** YubiKey firmware version** : Must be 5.2.3 or higher.
30
+ - ** Enable Long paths** : - Windows long paths support must be enabled [ Refer] ( https://pip.pypa.io/warnings/enable-long-paths ) .
31
+ - ** Microsoft Authentication Library (MSAL) version** : 1.31.2b1
32
+ - ** azure-mgmt-resource** : 23.1.1
33
+
34
+ ### Steps to install Nexusidentity extension and generate SSH keys
35
+
36
+ 1 . ** Enabling long paths** (Windows OS only)
34
37
35
38
- Run the following PowerShell as an administrator.
36
39
@@ -40,7 +43,7 @@ To start with break glass Identity and Access Management (IAM) configuration, yo
40
43
41
44
- Close the PowerShell terminal.
42
45
43
- 2 . ** Open PowerShell** :
46
+ 2 . ** Open PowerShell** : (Windows OS only)
44
47
45
48
> [ !Note]
46
49
> Use non-admin mode for this process.
0 commit comments