Ssh Key Pair Args
data class SshKeyPairArgs(val privateKey: Output<String>? = null, val publicKey: Output<String>? = null) : ConvertibleToJava<SshKeyPairArgs>
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.