How to upload an SSH key via the DreamCompute dashboard

Overview

This article explains how to upload an SSH key to your DreamCompute dashboard. You can then use it when creating a new instance.

This article is only for DreamCompute. If you need to configure SSH Keys and Passwordless Login on a managed server (Shared, VPS, Dedicated), view the following articles instead:

Uploading an SSH key

  1. Find the public key file and open it to copy its contents.
  2. Navigate to the DreamCompute page.
  3. Click the View Dashboard button.
  4. Click Compute on the left.
  5. Click Key Pairs.
    DHC_upload_ssh_key_web_ui
  6. Click the Import Key Pair button on the right.
    DHC_upload_ssh_key_web_ui
  7. Give it a name and paste in the contents of your public key.

    If you only have a private key (no file extension, .pem, or .ppk are a few examples of private keys) or the public key is not in a format that DreamCompute can accept, you'll need to load the private key into a tool like the PuTTY Key Generator or the command-line utility ssh-keygen with the -y parameter to get a properly formatted public key.

  8. Click the Import Key Pair button to save it.
    DHC_upload_ssh_key_web_ui

You can now see it in the dashboard.

Adding the Key pair to an instance

Now that the Key pair exists, you can assign it to a new instance while you're creating it. View the following article for details:

Did this article answer your questions?

Article last updated PST.

Still not finding what you're looking for?