ConfigurationSet.DisableSshPasswordAuthentication Property

 

Gets or sets whether SSH authentication is disabled.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Public Property DisableSshPasswordAuthentication As Nullable(Of Boolean)

Property Value

Type: System.Nullable(Of Boolean)

true if SSH authentication is disabled; otherwise, false. The default value is true.

This property is used with the LinuxProvisioningConfiguration configuration type.

Return to top
Show: