The instructions below walk you through the steps of generating an SSH key. Since the 8.0.2 version, the platform supports the following key types: ECDSA, EdDSA and RSA
View WhitepaperThe instructions below walk you through the steps of generating an SSH key. Since the 8.0.2 version, the platform supports the following key types:
Follow the steps in one of the following sections (based on your operating system):
Generate a new SSH key (for example, the RSA type) using the ssh-keygen tool:
1. Initiate generation with the following command:
ssh-keygen -t rsa
If needed, adjust the desired keys location and passphrase (we’ll proceed with the default values).
2. You can view the value of both public and private SSH keys with the cat command (the exact location is circled in the image above). For example:
cat /home/jelastic/.ssh/id_rsa.pub
3. Now, you can add the generated SSH key to your PaaS account:
1. Download and run an SSH keygen tool, for example, PuTTYgen:
2. For example, specify the following parameters:
Click Generate.
3. Now, depending on the type of key you need:
Afterward, you can open this file in any text editor and copy the key body for being added to the platform dashboard.