SshConfiguration Class

Definition

SSH configuration for Linux based VMs running on Azure

public class SshConfiguration
type SshConfiguration = class
Public Class SshConfiguration
Inheritance
SshConfiguration

Constructors

SshConfiguration()

Initializes a new instance of the SshConfiguration class.

SshConfiguration(IList<SshPublicKey>)

Initializes a new instance of the SshConfiguration class.

Properties

PublicKeys

Gets or sets the list of SSH public keys used to authenticate with linux based VMs.

Applies to