MachineLearningComputeInstanceSshSettings Class

Definition

Specifies policy and settings for SSH access.

public class MachineLearningComputeInstanceSshSettings
type MachineLearningComputeInstanceSshSettings = class
Public Class MachineLearningComputeInstanceSshSettings
Inheritance
MachineLearningComputeInstanceSshSettings

Constructors

MachineLearningComputeInstanceSshSettings()

Initializes a new instance of MachineLearningComputeInstanceSshSettings.

Properties

AdminPublicKey

Specifies the SSH rsa public key file as a string. Use "ssh-keygen -t rsa -b 2048" to generate your SSH key pairs.

AdminUserName

Describes the admin user name.

SshPort

Describes the port for connecting through SSH.

SshPublicAccess

State of the public SSH port. Possible values are: Disabled - Indicates that the public ssh port is closed on this instance. Enabled - Indicates that the public ssh port is open and accessible according to the VNet/subnet policy if applicable.

Applies to