Huddle01 Cloud
CLISSH Keys

SSH Keys

hudl commands for managing ssh keys on Huddle Cloud.

hudl exposes every SSH Keys endpoint as a first-class command. They map 1:1 to the SSH Keys API reference, so anything you can do through the API or dashboard you can do here.

SSH keys are used for secure authentication when connecting to virtual machines. You can upload an existing public key or let the platform generate a new keypair for you.

Commands

CommandDescription
hudl key listList all SSH keys registered in the current workspace.
hudl key get <name>Show the public key and fingerprint of a single SSH key.
hudl key create <name>Upload an existing SSH public key, or generate a new one.
hudl key delete <name>Remove an SSH key from your workspace.

On this page