Versions in this module Expand all Collapse all v0 v0.0.1 Jan 16, 2019 Changes in this version + type Session struct + func (s Session) Output(cmd string) ([]byte, error) + func (s Session) OutputContext(ctx context.Context, cmd string) (output []byte, err error) + func (s Session) Run(cmd string) error + func (s Session) RunContext(ctx context.Context, cmd string) (err error) + type TimeoutDialer struct + func (d *TimeoutDialer) DialTimeout(network, addr string, config *ssh.ClientConfig, timeout time.Duration) (client *ssh.Client, err error)