SshKeyPair
@aurorajs.dev/catalyst-cli / deploy/domain/model / SshKeyPair
Interface: SshKeyPair
Section titled “Interface: SshKeyPair”Defined in: deploy/domain/model.ts:23
SSH private + public key material, as text blobs in OpenSSH format.
Properties
Section titled “Properties”privateKey
Section titled “privateKey”privateKey:
string
Defined in: deploy/domain/model.ts:24
publicKey
Section titled “publicKey”publicKey:
string
Defined in: deploy/domain/model.ts:25