---
sidebar_position: 44
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lium.io/llms.txt
> Use this file to discover all available pages before exploring further.

# `lium ssh-keys`

Manage the SSH keys registered on your Lium account.

```bash
lium ssh-keys SUBCOMMAND
```

Running `lium ssh-keys` with no subcommand defaults to `list`.

## Subcommands

### `lium ssh-keys list`

List the SSH keys currently registered to your account.

```bash
lium ssh-keys list
```

### `lium ssh-keys sync`

Sync SSH keys between your local machine and the Lium account, registering any local public keys that aren't already on the account.

```bash
lium ssh-keys sync
```

## See also

- [`lium init`](./init.md) — register your first SSH key during setup
- [`lium up --ssh-name`](./up.md) — name a fresh key registered on pod creation
