How to Add Keys to The SSH Key Manager

By adding your SSH key to the SSH Key Manager, you add your SSH key to all Hypernodes you have access to without having to do this for each Hypernode separately. You can also add an SSH key to one Hypernode for deployment purposes.

Adding an SSH Key to All Your Hypernodes

You can add SSH Keys to your Hypernode(s) via the Control Panel by following the next steps:

  1. Log in to your Control Panel

  2. Hover over your name in the upper right corner and select Account Settings from the dropdown menu.

  3. Scroll down to SSH Keys and click the Add SSH Key****button.

  4. Paste the content of your public key into the public key field and give your SSH key a name.

  5. Click on the Add SSH key button to add the key to the Key Manager

  6. Congrats! Your key will now be added to all Hypernodes you have access to.

Repeat the above steps if you would like to add more keys.

Adding an SSH Key to One Hypernode

Need to add an SSH key to just one Hypernode (e.g. SSH keys that are used to deploy the application and nothing else)? Follow the steps below to do so.

  1. Log in to the Control Panel.

  2. From the Hypernode overview, select a specific Hypernode by clicking on Details.

  3. Then hover over Hypernodesin the sidebar and select SSH keys:

  4. You can add a new key on this page by clicking the Add SSH keybutton. You’ll also see an overview of previously added keys.

  5. On the next page, paste the content of your public key into the public key field and give your SSH key a name:

  6. Click Add SSH keyto add the key to the Hypernode.

Important

  • The following SSH public key types in the control panel are supported: RSA keys >= 2048 bits (*), ECDSA and Ed25519 keys.

  • DSA and RSA keys < 2048 bits * will not be permitted because they are not secure.

  • You will be prompted with a clear message if there is a problem with your key.