Ssh Public Key Args
data class SshPublicKeyArgs(val keyData: Output<String>? = null, val path: Output<String>? = null) : ConvertibleToJava<SshPublicKeyArgs>
Contains information about SSH certificate public key and the path on the Linux VM where the public key is placed.
Properties
Link copied to clipboard
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 Linux VMs in Azurehttps://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).