# Add an SSH key

Collection: cli
Human docs: https://zei.sh/docs/cli

Register a public SSH key.

Command: zeishctl ssh-keys add NAME --path ~/.ssh/id_ed25519.pub
If --path is omitted, the CLI checks common ed25519 and RSA public key paths.

Example:

```
zeishctl ssh-keys add NAME --path ~/.ssh/id_ed25519.pub
```
