SshConfiguration Class

SSH configuration for Linux based VMs running on Azure.

Inheritance
SshConfiguration

Constructor

SshConfiguration(*, public_keys: Optional[List[azure.mgmt.compute.v2017_03_30.models._models_py3.SshPublicKey]] = None, **kwargs)

Parameters

public_keys
list[SshPublicKey]
Required

The list of SSH public keys used to authenticate with linux based VMs.