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)

Syntax

public Nullable<bool> DisableSshPasswordAuthentication { get; set; }
public:
property Nullable<bool> DisableSshPasswordAuthentication {
    Nullable<bool> get();
    void set(Nullable<bool> value);
}
member DisableSshPasswordAuthentication : Nullable<bool> with get, set
Public Property DisableSshPasswordAuthentication As Nullable(Of Boolean)

Property Value

Type: System.Nullable<Boolean>

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

Remarks

This property is used with the LinuxProvisioningConfiguration configuration type.

See Also

ConfigurationSet Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top