create
Usage
terrakube ssh create --organization <ORG> --name <NAME> --ssh-type <TYPE> --private-key <KEY> [flags]Flags
Flag
Short
Type
Required
Description
Examples
DUMMY_KEY="-----BEGIN RSA PRIVATE KEY-----\n...\n-----END RSA PRIVATE KEY-----\n"
terrakube ssh create -o "$ORG_ID" \
--name "ssh-prod" \
--ssh-type "rsa" \
--private-key "$DUMMY_KEY" \
--description "Initial SSH key" \
--output jsonLast updated
Was this helpful?