CLOUD PAAS / DEVELOPMENT TOOLS

Add SSH Key

This guide has been reviewed and reformatted for Ruk-Com Cloud PaaS. Screens may vary slightly by platform version.

Click or tap a screenshot to view it at its original size.

Objective

This guide explains how to use Add SSH Key on Ruk-Com Cloud PaaS, with ordered procedures and practical verification points.

Before you begin

  • Sign in with an account permitted to manage the relevant environment.
  • Confirm the target environment, region and resources before saving changes.
  • Create a backup or rollback plan before changing a production system.

? Adding an SSH Key to a Ruk-Com Cloud Account


After you createSSH Key Pair(consisting of private key and public key)nYou can add your public key to your account on Ruk-Com Cloud to access the system via SSH by following these steps:

?If you want to use your private SSH key to accessGIT(e.g. GitHub, GitLab, Bitbucket, etc.) Please see details in the topic:
"SSH Access to GIT Repository" to learn how to properly manage and bind SSH keys to Git accounts.

1. Log in to the Ruk-Com Cloud dashboard and select the button.Settingtop

Ruk-Com Cloud PaaS procedure screenshot

2. Once User Settings is open, click on the tab.SSH KeysThen click the buttonAdd Public Key

Ruk-Com Cloud PaaS procedure screenshot

3. Paste your public key into the input field.Key(the value in the file, for example ~/.ssh/id_rsa.pub) then pressAdd

Ruk-Com Cloud PaaS procedure screenshot

4. After you press the "Add" button to add the SSH Public Key to your Ruk-Com Cloud account, wait a moment. The added SSH Key will be processed and listed on your dashboard. You will receive a notification email. The email will contain important details such as: Name of the SSH Key you added SSH Fingerprint for key authentication. and a string for connecting via SSH Client (example: ssh [email protected] -p 3022)

Ruk-Com Cloud PaaS procedure screenshot

This way you can add multiple keys and can delete unused keys by pressing the cross button.

Note:The added SSH key is attached to your account, not just in a separate environment.