Package version:

The SSH Key-pair used to authenticate with the VM. The key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys, see Create SSH keys on Linux and Mac for Linux VMs in Azure.

interface SshKeyPair {
    privateKey?: string;
    publicKey?: string;
}

Properties

privateKey?: string

SSH private key.

publicKey?: string

SSH public key