How to create an SSH Key in the Create Instance Wizard
Note: This article relates to a product currently in beta testing.
SSH Keys are a set of public and private keys that are used to authenticate and encrypt network traffic between your workstation and a remote system. The private key is securely located on your workstation while the public key is located on the instance.
Note: This article is applicable exclusively to Key Pair creation using the Instance Creation wizard.
Steps
-
1Ensure you are on the Key Pair* tab in the modal.
-
2Click + Create Key Pair.
-
3Enter a name for the Key Pair.
-
4From the Key Type dropdown, select SSH Key.
-
5Click Create Key Pair.
-
6Click Copy Private Key To Clipboard at the bottom of the dialog box.
-
7Next, open a text editor on your computer.
-
8Paste the contents of the Private Key you just created into to text editor.
-
9Save the file to a secure location on your computer with a .pem extension and ensure you select the type as All Files, for example: private-key.pem Note: If you are using macOS or Linux you need to run the following command to use your saved private key:
replacing private-key.pem with your actual key file name.chmod 600 /path/to/private-key.pem
-
10Back in your browser, click on Done and continue with the rest of the instance setup process.
What happens next
To connect to your instance using your SSH key please refer to this article.
The private key should be kept safe on your workstation. Should you misplace your private key and haven’t set up any additional users, you will have to create a new instance.