Versions in this module Expand all Collapse all v0 v0.0.1 May 24, 2023 Changes in this version + type ConnInfo struct + Addr string + AuthMode string + Client *gossh.Client + DialTimeOut time.Duration + LastResult string + PassPhrase []byte + Password string + Port int + PrivateKey []byte + Session *gossh.Session + User string + func (c *ConnInfo) Close() + func (c *ConnInfo) NewClient() (*ConnInfo, error) + func (c *ConnInfo) NewSshConn(cols, rows int) (*SshConn, error) + func (c *ConnInfo) Run(shell string) (string, error) + type SshConn struct + ComboOutput *wsBufferWriter + Session *gossh.Session + StdinPipe io.WriteCloser + func (s *SshConn) Close()