The Maverick.NET SSH API

ConsoleKnownHostsKeyVerification.OnHostKeyMismatch Method 

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

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

Parameters

host
The hostname of the SSH server
pk
The currently allowed host key.
actual
The actual host key suppied.

See Also

ConsoleKnownHostsKeyVerification Class | Maverick.PublicKey Namespace