package
0.17.0
Repository: https://github.com/coreos/coreos-assembler.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
mockssh implements a basic ssh server for use in unit tests.
No description provided by the author
NTP v4 (RFC 5905) http://tools.ietf.org/html/rfc5905.

# 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.