List SSH Keys
hetzner_list_ssh_keysList SSH keys in your Hetzner project with optional filters for name, label, or fingerprint to identify and manage access credentials.
Instructions
List all SSH keys in the project, with optional filtering by name, label, or fingerprint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter by SSH key name | |
| page | No | Page number | |
| per_page | No | Results per page (max 50) | |
| fingerprint | No | Filter by SSH key fingerprint | |
| label_selector | No | Label filter, e.g. "env=prod,tier=web" |