package
0.11.2
Repository: https://github.com/kubermatic/kubeone.git
Documentation: pkg.go.dev

# Functions

NewConnection attempts to create a new SSH connection to the host specified via the given options.
NewConnector constructor.

# Structs

Connector holds a map of Connections.
Opts represents all the possible options for connecting to a remote server via SSH.

# Interfaces

Connection represents an established connection to an SSH server.
Tunneler interface creates net.Conn originating from the remote ssh host to target `addr`.