ComputeNodeUser.SshPublicKey Property

Definition

Gets or sets the SSH public key that can be used for remote login to the compute node.

public string SshPublicKey { get; set; }
member this.SshPublicKey : string with get, set
Public Property SshPublicKey As String

Property Value

Remarks

The public key should be compatible with Open SSH encoding and should be base 64 encoded. This property can be specified only for Linux nodes. The Batch service will return an error if this property is set for pools created with CloudServiceConfiguration or VirtualMachineConfiguration with Windows compute nodes.

Applies to