This documentation is archived and is not being maintained.
ConfigurationSet.DisableSshPasswordAuthentication Property
Gets or sets whether SSH authentication is disabled.
Namespace:
Microsoft.WindowsAzure.Management.Compute.ModelsAssembly:
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