> For the complete documentation index, see [llms.txt](https://docs.rumi.systems/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rumi.systems/rumi-cli/commands/cloud/civo/list-sshkeys.md).

# list-sshkeys

List the SSH keys uploaded to your Civo account.

## Syntax

```bash
rumi cloud civo list-sshkeys [--api-key <token>]
```

## Options

| Option      | Short | Description                                         | Default  |
| ----------- | ----- | --------------------------------------------------- | -------- |
| `--api-key` | `-k`  | The Civo API token to use (or set `CIVO_API_TOKEN`) | Required |

## Example

```bash
rumi cloud civo list-sshkeys --api-key $CIVO_API_TOKEN
```

## See Also

* [list-diskimages](/rumi-cli/commands/cloud/civo/list-diskimages.md)
* [list-instance-sizes](/rumi-cli/commands/cloud/civo/list-instance-sizes.md)
