Documentation
¶
Overview ¶
Package ssh implements SSH-based remote host connectivity.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Connection ¶
type Connection interface {
Executor
FileTransfer
Close() error
}
type DialConfig ¶
type Dialer ¶
type Dialer interface {
Dial(ctx context.Context, config DialConfig) (Connection, error)
}
Click to show internal directories.
Click to hide internal directories.