Kvindo™ Cloud Docs
An SSH Private Key is a private key credential stored in the platform and used for automated SSH access to external VMs. At present the only such use is reaching the external peer of a VPC Peering.
• Private key material — the secret half of the key pair, marked sensitive. Note: it is currently stored unencrypted at rest
• Automation use — pair it with an SSH Key (the public half) on the external host you need to reach
Private keys are only accessible to users with explicit permission, but the key material is currently held unencrypted at rest. Avoid storing personal private keys here; use dedicated organization-level service keys instead.
| UI Name | API / kc name | Terraform name | Optional | Format | Default | Is read only | Description |
|---|---|---|---|---|---|---|---|
| Private Key | spec.privateKey |
spec.private_key |
No | string (sensitive) | — | No | The SSH private key material; currently stored unencrypted at rest |
Terraform
Python SDK
kc CLI
Resource docs
Examples
More in this section