Versions in this module Expand all Collapse all v0 v0.5.0 May 7, 2015 Changes in this version + const DefaultPort + const DefaultScriptPath + const DefaultShebang + const DefaultTimeout + const DefaultUser + func ConnectFunc(network, addr string) func() (net.Conn, error) + func PasswordKeyboardInteractive(password string) ssh.KeyboardInteractiveChallenge + type Communicator struct + func New(s *terraform.InstanceState) (*Communicator, error) + func (c *Communicator) Connect(o terraform.UIOutput) (err error) + func (c *Communicator) Disconnect() error + func (c *Communicator) ScriptPath() string + func (c *Communicator) Start(cmd *remote.Cmd) error + func (c *Communicator) Timeout() time.Duration + func (c *Communicator) Upload(path string, input io.Reader) error + func (c *Communicator) UploadDir(dst string, src string) error + func (c *Communicator) UploadScript(path string, input io.Reader) error