Announce public key to the server before performing key authentication.

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

Syntax

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

Field Value

True to announce public key first; false to perform key authentication immediately.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also