Versions in this module Expand all Collapse all v0 v0.2.5 Oct 14, 2016 v0.2.4 Sep 23, 2016 Changes in this version + type Conn struct + ReadTimeout time.Duration + WriteTimeout time.Duration + func (c *Conn) Read(b []byte) (int, error) + func (c *Conn) Write(b []byte) (int, error) + type SSH struct + Client *ssh.Client + Config *ssh.ClientConfig + Host string + Keepalive string + Password string + PublicKey string + Session *ssh.Session + Timeout time.Duration + Username string + func NewSSH(args string, cfg cli.Config) (*SSH, error) + func (s *SSH) ClientConfig() error + func (s *SSH) NewClient() error + func (s *SSH) NewPty() error