CLIGPU SSH Keys
hudl gpu key list
List SSH keys registered with the GPU service.
List all SSH public keys currently registered in your workspace. Shows the key name, ID, fingerprint, and creation date.
Usage
hudl gpu key list [flags]Flags
| Flag | Description |
|---|---|
--region <code> | Override the active region for this call only. |
--workspace <slug> | Override the active workspace for this call only. |
-o, --output | Output format: table (default), json, yaml, wide, name. |
Examples
List all registered SSH keys:
hudl gpu key listOutput as JSON:
hudl gpu key list -o jsonAPI reference
This command calls GET /gpu/ssh-keys under the hood. See the full request and response schema in the API reference.