# 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](https://docs.cloudeka.ai/cloudeka-api-list/global-flags). Refer to the Global Flags section for details.
{% endhint %}

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