When authenticating using both password and private key, try authenticating using a password first (default is to try the private key first).

Namespace:  Rebex.Net
Assembly:  Rebex.Sftp (in Rebex.Sftp.dll)

Syntax

Visual Basic
Public Property TryPasswordFirst As Boolean
	Get
	Set
C#
public bool TryPasswordFirst { get; set; }

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also