SshSettings.TryPasswordFirst Property
Namespace: Rebex.Net
Assembly: Rebex.SshShell.dll (version 8.0.9673)
TryPasswordFirst
When authenticating using both password and private key, try authenticating using a password first (default is to try the private key first).
Declaration
public bool TryPasswordFirst { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |