ComputeInstanceSshSettings Class
Credentials for an administrator user account to SSH into the compute node.
Can only be configured if ssh_public_access_enabled is set to true on compute resource.
- Inheritance
-
builtins.objectComputeInstanceSshSettings
ComputeInstanceSshSettings(*, ssh_key_value: str | None = None, **kwargs: Any)
Name | Description |
---|---|
ssh_key_value
Required
|
The SSH public key of the administrator user account. |
Name | Description |
---|---|
ssh_key_value
Required
|
|
Configuring ComputeInstanceSshSettings object.
from azure.ai.ml.entities import ComputeInstanceSshSettings
ssh_settings = ComputeInstanceSshSettings(
ssh_key_value="ssh-rsa ABCDEFGHIJKLMNOPQRSTUVWXYZ administrator@MININT-2023"
)
The name of the administrator user account which can be used to SSH into nodes.
Returns
Type | Description |
---|---|
The name of the administrator user account. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python feedback
Azure SDK for Python is an open source project. Select a link to provide feedback: