# Functions
DefaultConfig returns a Config with some sensible defaults set.
NewClient returns a new SSH client in an idle state.
NewKeyManager returns a new KeyManager in an idle state.
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
The exit code sent by the pdc server when the connection limit is reached.
No description provided by the author
SSHKeySize is the size of the SSH key.
# Structs
Client is a client for ssh.
Config represents all configurable properties of the ssh package.
TODO KeyManager implements KeyManager.