The Maverick.NET SSH API

ConsoleKnownHostsKeyVerification Constructor (String)

Construct the verification object.

[Visual Basic]
Overloads Public Sub New( _
   ByVal knownhosts As String _
)
[C#]
public ConsoleKnownHostsKeyVerification(
   string knownhosts
);

Parameters

knownhosts
The location of the known_hosts file.

Remarks

This constructor sets the known_hosts file to the location supplied in the parameter list.

See Also

ConsoleKnownHostsKeyVerification Class | Maverick.PublicKey Namespace | ConsoleKnownHostsKeyVerification Constructor Overload List