Update content

How to upload and use an SSH key

Reviewed on 24 July 2023 • Published on 12 March 2020

SSH keys offer a more secure method of identity authentication on computer systems compared to passwords. Each SSH key comprises a private and a public part, which can be generated on your computer. The public part serves the purpose of passwordless authentication and can be uploaded to the Scaleway Dedibox console and then transferred to your dedicated server during the installation process.

Requirements:
  1. On the top right corner of the console, click on your identifier to open the pop-up menu. From there, select SSH keys.

    You will be taken to a page displaying all your existing SSH keys (if you haven’t created any yet, the list will be empty).

  2. Click Add SSH key to access the SSH key form.

  3. Provide a description of your choice (for example, your computer’s name) and paste the public key into the designated field of the form.

  4. Click Add SSH key to upload the public key to your Scaleway Dedibox account.

    With the SSH key now uploaded, you can select it during the Dedibox installation process and use it for authentication on your server.

Note:

If you decide to upload another key or make changes to the existing one, you must manually replace it on your Dedibox. It is important to remember that the keys are transferred from the console to your server solely during the installation process.

See Also