# Functions
NewConnection creates a new OpenSSH connection.
# Variables
DefaultOptionArguments are the default options for the OpenSSH client.
ErrControlPathNotSet is returned when the controlpath is not set when disconnecting from a multiplexed connection.
# Structs
Config describes the configuration options for an OpenSSH connection.
Connection is a rig.Connection implementation that uses the system openssh client "ssh" to connect to remote hosts.
# Type aliases
OptionArguments are options for the OpenSSH client.