SshKeyPairResponse

data class SshKeyPairResponse(val privateKey: String? = null, val publicKey: String? = null)

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.

Constructors

Link copied to clipboard
constructor(privateKey: String? = null, publicKey: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val privateKey: String? = null

SSH private key.

Link copied to clipboard
val publicKey: String? = null

SSH public key