SshConfiguration Class
SSH configuration.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
SshConfiguration
Constructor
SshConfiguration(*, user_account_settings: azure.mgmt.batchai.models._models_py3.UserAccountSettings, public_ips_to_allow: Optional[List[str]] = None, **kwargs)
Parameters
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
- <xref:batch_ai.models.UserAccountSettings>
Required
Required. Settings for administrator user account to be created on a node. The account can be used to establish SSH connection to the node.
Feedback
Submit and view feedback for