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
@@ -81,4 +81,32 @@ RDP will now be allowed through the Openstack firewall for the instance!
81
81
82
82
4. You will be successfully connected to the Instance!
83
83
84
-

84
+

85
+
86
+
87
+
# Retrieving Windows Password
88
+
89
+
To retrieve the Windows password for an instance in OpenStack Horizon, you need to follow these steps. This process assumes that you have created the instance with an SSH key, which is necessary for decrypting the password.
90
+
91
+
## Step 1: Creating an Instance with an SSH Key
92
+
93
+
1. On the left pane, choose `Compute` and then `Instances`.
94
+
2. Click on `Launch Instance`.
95
+
3. Fill in the necessary details for your instance, such as the instance name and flavor.
96
+
4. Under the `Key Pair` section, select an existing key pair or create a new one. This key pair will be used to decrypt the Windows password. **Ensure the key is a RSA key.**
97
+

98
+
99
+
100
+
## Step 2: Retrieving the Windows Password
101
+
102
+
1. On the left pane, choose `Compute` and then `Instances`.
4. In the `Retrieve Password` dialog, click on `Choose File` and upload the private key file associated with the SSH key pair used during instance creation.
0 commit comments