Package version:

Interface SshConfiguration

SSH configuration for Linux based VMs running on Azure

interface SshConfiguration {
    publicKeys?: SshPublicKey[];
}

Properties

Properties

publicKeys?: SshPublicKey[]

The list of SSH public keys used to authenticate with linux based VMs.