Kvindo™ Cloud Docs


Language

SSH Private Key

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.

Key concepts

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

Security note

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.

Parameters
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
Examples

Terraform

Python SDK

kc CLI


Related pages

Resource docs

Examples

More in this section

An unhandled error has occurred. Reload 🗙