SshConfiguration Class

SSH configuration.

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

Inheritance
msrest.serialization.Model
SshConfiguration

Constructor

SshConfiguration(*, user_account_settings: UserAccountSettings, public_ips_to_allow: List[str] | None = None, **kwargs)

Parameters

Name Description
public_ips_to_allow
Required

List of source IP ranges to allow SSH connection from. The default value is '*' (all source IPs are allowed). Maximum number of IP ranges that can be specified is 400.

user_account_settings
Required
<xref:batch_ai.models.UserAccountSettings>

Required. Settings for administrator user account to be created on a node. The account can be used to establish SSH connection to the node.

Keyword-Only Parameters

Name Description
user_account_settings
Required
public_ips_to_allow
Required