SshKeyPair Class
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.
Constructor
SshKeyPair(*args: Any, **kwargs: Any)
Attributes
private_key
SSH private key.
private_key: str | None
public_key
SSH public key.
public_key: str | None