For the complete documentation index, see llms.txt. This page is also available as Markdown.

update

Updates SSH key metadata.

Usage

terrakube ssh update --organization <ORG> --id <SSH_ID> [flags]

Examples

terrakube ssh update -o "$ORG_ID" \
  --id "$SSH_ID" \
  --name "ssh-prod" \
  --ssh-type "rsa" \
  --private-key "$DUMMY_KEY" \
  --description "Updated SSH key description" \
  --output json

Last updated

Was this helpful?