> ## Documentation Index
> Fetch the complete documentation index at: https://runpod-b18f5ded-public-endpoints.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Ssh Add Key

## runpodctl ssh add-key

Adds an SSH key to the current user account

### Synopsis

Adds an SSH key to the current user account. If no key is provided, one will be generated.

```sh theme={"system"}
runpodctl ssh add-key [flags]
```

### Options

```text theme={"system"}
-h, --help              help for add-key
    --key string        The public key to add.
    --key-file string   The file containing the public key to add.
```

### SEE ALSO

* [runpodctl ssh](/runpodctl/reference/runpodctl-ssh) - SSH keys and commands
