# List SSH keys

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

List public SSH keys registered by the authenticated user.

GET /public/ssh-keys
Permission: MACHINE_READ.
Keys are used for SSH access to sandboxes created for the user.
Response: An array of key metadata and public key material. Private keys are never stored.

Example:

```
curl -X GET https://api.zei.sh/api/v1/public/ssh-keys \
  -H "X-API-Key: $ZEISH_API_KEY"
```
