Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SshKeyPair

Package version

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.

Hierarchy

  • SshKeyPair

Index

Properties

Properties

Optional privateKey

privateKey: undefined | string

SSH private key.

Optional publicKey

publicKey: undefined | string

SSH public key

Generated using TypeDoc