> For the complete documentation index, see [llms.txt](https://docs.glesys.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.glesys.com/products/compute/manage-ssh-keys.md).

# Manage SSH keys

***

## Manage SSH keys using the control panel

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.

<figure><img src="/files/J58jBFwiVumne0aYkvtt" alt=""><figcaption></figcaption></figure>

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

<figure><img src="/files/TWCeeujuaZCbpOlXtoi9" alt=""><figcaption></figcaption></figure>

### Add a key

To add a new key, click **+ Add**.

<figure><img src="/files/LP6jYAl5SMNBbm51Bvu3" alt=""><figcaption></figcaption></figure>

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.

<figure><img src="/files/4ksMINKm69Zm35ry5GlU" alt=""><figcaption></figcaption></figure>

### Delete a key

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

<figure><img src="/files/MRUqfsm34OCzT90cfu7y" alt=""><figcaption></figcaption></figure>

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

<figure><img src="/files/ksNEeXhsp19jvqNHAXAi" alt=""><figcaption></figcaption></figure>

## Manage SSH keys using the API

Using the [API](/platform/control-panel/api.md), you can perform the same actions as through the control panel.

* To add a new key, use the [sshkey/add](https://github.com/GleSYS/API-docs/wiki/API-Documentation#sshkeyadd) endpoint.
* To delete a key, use the [sshkey/remove](https://github.com/GleSYS/API-docs/wiki/API-Documentation#sshkeyremove) endpoint.
* To list your current keys, use the [sshkey/list](https://github.com/GleSYS/API-docs/wiki/API-Documentation#sshkeylist) endpoint.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.glesys.com/products/compute/manage-ssh-keys.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
