The Maverick.NET SSH API

AbstractKnownHostsKeyVerification.RemoveHost Method 

Remove a host and all it's keys from the known_hosts file.

[Visual Basic]
Public Sub RemoveHost( _
   ByVal host As String _
)
[C#]
public void RemoveHost(
   string host
);

Parameters

host
The hostname for which all keys will be removed.

See Also

AbstractKnownHostsKeyVerification Class | Maverick.PublicKey Namespace