Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientConfig ¶
type ClientConfig = ssh.ClientConfig // define alias to avoid package name conflict in consumers
type SerialConsole ¶
type SerialConsole struct {
// contains filtered or unexported fields
}
SerialConsole allows to get the serial console of a machine via SSH.
func NewSerialConsole ¶
func NewSerialConsole(network, addr string, config *ClientConfig) *SerialConsole
func (*SerialConsole) Close ¶
func (o *SerialConsole) Close() error
Click to show internal directories.
Click to hide internal directories.