Huddle01 Cloud
CLISSH Keys

hudl key get <name>

Show the public key and fingerprint of a single SSH key.

Show the public key and fingerprint of a single SSH key. Useful for verifying which key is registered or copying the public key to another system.

Usage

hudl key get <name> [flags]

Common flags

FlagDescription
--region <code>Override the active region for this call only.
--workspace <slug>Override the active workspace for this call only.
-o, --outputOutput format: table (default), json, yaml, wide, name.

Examples

View a key's details:

hudl key get deploy-key

Output as JSON:

hudl key get deploy-key -o json

API reference

This command calls GET /keypairs/{name} under the hood. See the full request and response schema in the API reference.