Creating Key Pairs
Qumulus allows you to create a Key Pair either directly through the Qumulus dashboard or during instance creation.
You can create Key Pairs using these two convenient ways:
Follow these steps to create a new key pair from the Key Pairs section:
GUIDEFLOW
Navigate to Security > Key Pairs.
Click "Create Keypair" in the top right corner.
In the pop-up window, choose the "Create Keypair" option.
Enter a name following the naming conventions.
Note: The name should start with upper letter, lower letter, and be a string of 1 to 128, characters can only contain "0-9, a-z, A-Z, "-'_."
Click on "Create".
Your new key pair is created immediately. The private file (
.pem
file) will be downloaded automatically.
Save your private key safely. Once the download window closes, it cannot be retrieved later.
Importing an Existing Public Key:
If you already have an SSH key pair and want to use it, you can import your existing public key by following these steps:
Navigate to Security > Key Pairs.
Click " Create Keypair" in the top right corner.
In the pop-up window, choose the "Import Keypair" option.
Enter a name following the naming conventions.
Note: The name should start with upper letter, lower letter, and be a string of 1 to 128, characters can only contain "0-9, a-z, A-Z, "-'_."
Paste your public key into the provided text field or upload a file that contains your public key directly.
Your imported key pair will now be listed under the Key Pairs section.
Last updated