Manage SSH keys
In Glesys Cloud, you can add, delete, and view your current SSH keys for the current project. These keys are used when creating KVM and VMware virtual machines.
Last updated
Was this helpful?
In Glesys Cloud, you can add, delete, and view your current SSH keys for the current project. These keys are used when creating KVM and VMware virtual machines.
You can manage your SSH keys by clicking SSH keys in the left-hand menu in the control panel. These keys are unique to the current project, but can be used for both KVM and VMware virtual machines.

A list of your current keys for the project will be presented. To view the content of a key, click the down-arrow icon.

To add a new key, click + Add.

A new dialog box will open. Enter a name for the new key and paste it into the provided field. Then, click Add. The new key will then appear in the list of keys.

To delete a key, click the three dots next to the key you want to delete. Then, click Delete.

A dialog box will appear where you will need to confirm the deletion by typing the key name and clicking Delete.

Using the API, you can perform the same actions as through the control panel.
To add a new key, use the sshkey/add endpoint.
To delete a key, use the sshkey/remove endpoint.
To list your current keys, use the sshkey/list endpoint.
Last updated
Was this helpful?
Was this helpful?