Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Adapter ¶
type Adapter struct {
// contains filtered or unexported fields
}
An adapter satisfies SSH requests (from an Ansible client) by delegating SSH exec and subsystem commands to a packer.Communicator.
func NewAdapter ¶
func NewAdapter(done <-chan struct{}, l net.Listener, config *ssh.ServerConfig, sftpCmd string, ui packer.Ui, comm packer.Communicator) *Adapter
Click to show internal directories.
Click to hide internal directories.