> For the complete documentation index, see [llms.txt](https://docs.cloudeka.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudeka.ai/cloudeka-api-list/command-reference/cldkctl-flexi/instance/ssh.md).

# ssh

Manage SSH public keys for instance creation in the current project's region. This command allows you to list, add, update, and delete SSH public keys.

## Usage

```
cldkctl flexi instance ssh [flags]
cldkctl flexi instance ssh [command]
```

## Available commands

| Command | Description              |
| ------- | ------------------------ |
| add     | Add a SSH public key.    |
| delete  | Delete a SSH public key. |
| list    | List SSH public keys.    |

## Flags

{% hint style="info" %}
This command supports [global flags](/cloudeka-api-list/global-flags.md). Refer to the Global Flags section for details.
{% endhint %}

| Flag   | Shorthand | Description               |
| ------ | --------- | ------------------------- |
| --help | -h        | Help for the ssh command. |
