# Functions
No description provided by the author
Execute runs the given command on the given client with stdin/stdout/stderr connected to the controlling terminal.
NewHostKeyChecker returns a new HostKeyChecker.
NewHostKeyFile returns a new HostKeyFile using the given file path.
No description provided by the author
No description provided by the author
Shell launches an interactive shell on the given client.
SSHAgentClient returns an Agent that talks to the local ssh-agent.
# Constants
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
# Structs
HostKeyChecker implements the gossh.HostKeyChecker interface It is used for key validation during the cryptographic handshake.
HostKeyFile is an implementation of HostKeyManager that saves and loads "known hosts" keys from a file.
No description provided by the author
# Interfaces
HostKeyManager defines an interface for managing "known hosts" keys.