The Maverick.NET SSH API

AbstractKnownHostsKeyVerification Constructor (String)

Construct the verification object.

[Visual Basic]
Overloads Public Sub New( _
   ByVal knownhosts As String _
)
[C#]
public AbstractKnownHostsKeyVerification(
   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

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