The Maverick.NET SSH API

ConsoleKnownHostsKeyVerification.OnUnknownHost Method 

Overides the abstract method to obtain a response from the user through the console.

[Visual Basic]
Overrides Public Sub OnUnknownHost( _
   ByVal host As String, _
   ByVal pk As SSHPublicKey _
)
[C#]
public override void OnUnknownHost(
   string host,
   SSHPublicKey pk
);

Parameters

host
The hostname of the SSH server.
pk
The host key of the SSH server.

See Also

ConsoleKnownHostsKeyVerification Class | Maverick.PublicKey Namespace