Virtual Machine Properties Public Keys Args
data class VirtualMachinePropertiesPublicKeysArgs(val keyData: Output<String>? = null, val path: Output<String>? = null) : ConvertibleToJava<VirtualMachinePropertiesPublicKeysArgs>
Properties
Link copied to clipboard
KeyData - SSH public key certificate used to authenticate with the VM through ssh. 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 Li nux VMs in Azure.