interface SSHKey {
    sshPrivateKey: string;
}

Properties

Properties

sshPrivateKey: string

The private SSH key.