ContainerServiceSshConfiguration Class

SSH configuration for Linux-based VMs running on Azure.

All required parameters must be populated in order to send to server.

Inheritance
azure.mgmt.containerservice._serialization.Model
ContainerServiceSshConfiguration

Constructor

ContainerServiceSshConfiguration(*, public_keys: List[_models.ContainerServiceSshPublicKey], **kwargs: Any)

Keyword-Only Parameters

Name Description
public_keys

The list of SSH public keys used to authenticate with Linux-based VMs. Only expect one key specified. Required.

Variables

Name Description
public_keys

The list of SSH public keys used to authenticate with Linux-based VMs. Only expect one key specified. Required.