AbstractKnownHostsKeyVerification.AllowHost Method
Call this method to allow a host key and optionally save the key to the known_hosts file.
Parameters
-
host
- The hostname of the SSH server.
-
key
- The host key to allow.
-
always
- Should the host key always be allowed. i.e. Should the key be saved to the known_hosts file.
See Also
AbstractKnownHostsKeyVerification Class | Maverick.PublicKey Namespace