Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.machine0.io/llms.txt

Use this file to discover all available pages before exploring further.

keys ls

machine0 keys ls
machine0 keys ls --json

keys get

machine0 keys get <key> [flags]
FlagDescription
--downloadDownload private key to SSH_KEY_PATH
-f, --forceOverwrite existing file

keys new

machine0 keys new <key> [flags]
FlagDescription
--typeRequired. MANAGED or PUBLIC
--publicKeyPathPath to public key (required for PUBLIC)
--defaultSet as default key for new VMs
machine0 keys new my-key --type MANAGED --default
machine0 keys new my-key --type PUBLIC --publicKeyPath ~/.ssh/id_ed25519.pub
Managed keys save the private key to ~/.ssh/machine0__<name>.

keys update

machine0 keys update <key> [flags]
FlagDescription
--defaultSet as default (true/false)

keys rm

machine0 keys rm <key> [flags]
FlagDescription
-y, --yesSkip confirmation