The Maverick.NET SSH API

ConsoleKnownHostsKeyVerification Class

This class provides an implementation of AbstractKnownHostsKeyVerification for obtaining a user response directly from the console.

For a list of all members of this type, see ConsoleKnownHostsKeyVerification Members.

System.Object
   Maverick.PublicKey.AbstractKnownHostsKeyVerification
      Maverick.PublicKey.ConsoleKnownHostsKeyVerification

[Visual Basic]
Public Class ConsoleKnownHostsKeyVerification
    Inherits AbstractKnownHostsKeyVerification
[C#]
public class ConsoleKnownHostsKeyVerification : AbstractKnownHostsKeyVerification

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Use this class within console applications where verification of the SSH servers host key is required.

The host mysql is currently unknown to the system
The host key (ssh-dss) fingerprint is: ed:e5:f3:80:71:3f:c3:5b:1f:00:91:67:4a:3e:63:9e
Do you want to allow this host key? [Yes|No|Always]:

Requirements

Namespace: Maverick.PublicKey

Assembly: Maverick.NET (in Maverick.NET.dll)

See Also

ConsoleKnownHostsKeyVerification Members | Maverick.PublicKey Namespace