7.3. Creating a Keypair
When a Compute instance is launched, a keypair must be specified, which allows the secure logging in of users into the instance. This section details the steps to create a keypair using the Dashboard; this means you must have first installed the Dashboard.
Procedure 7.3. Creating a Keypair Using the Dashboard
- Log in to the Dashboard.
- In the Project tab, click on under the menu.
- On the Keypairs tab, click the button. The Create Keypair dialog is displayed.
- Specify a name in the Keypair Name field, and click the button.This creates the keypair, which can be used when launching an instance.
Note
- When a keypair is created, a keypair file is automatically downloaded through the browser. You can optionally load this file into ssh, for command-line ssh connections, by executing:
#ssh-add ~/.ssh/NAME.pem - To delete an existing keypair, click the keypair's button on the Keypairs tab.
