# Functions
No description provided by the author
NewRetryDialer initializes a RetryDialer with reasonable default settings.
NewSSHAgent constructs a new SSHAgent using dialer to create ssh connections.
# Constants
DefaultKeepAlive sets the default keepalive for RetryDialer.
DefaultRetries sets the default number of retries for RetryDialer.
DefaultTimeout sets the default timeout for RetryDialer.
# Variables
DefaultSSHDir is a process-global path that can be set, and currently is by kola.
# Structs
NsDialer is a RetryDialer that can enter any network namespace.
RetryDialer is intended to timeout quickly and retry connecting instead of just failing.
SSHAgent can manage keys, updates cloud config, and loves ponies.
# Interfaces
Dialer is an interface for anything compatible with net.Dialer.