The methods of the ConsoleKnownHostsKeyVerification class are listed below. For a complete list of ConsoleKnownHostsKeyVerification class members, see the ConsoleKnownHostsKeyVerification Members topic.
AllowHost (inherited from AbstractKnownHostsKeyVerification) | Call this method to allow a host key and optionally save the key to the known_hosts file. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
OnHostKeyMismatch | Overrides the abstract method to obtain a response from the user through the console. |
OnUnknownHost | Overides the abstract method to obtain a response from the user through the console. |
RemoveHost (inherited from AbstractKnownHostsKeyVerification) | Remove a host and all it's keys from the known_hosts file. |
ToString (inherited from AbstractKnownHostsKeyVerification) | Outputs a String representation of the known_hosts file. |
VerifyHost (inherited from AbstractKnownHostsKeyVerification) | Verify that the public key is acceptable for the host using the standard "known_hosts" file. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
ConsoleKnownHostsKeyVerification Class | Maverick.PublicKey Namespace