Versions in this module Expand all Collapse all v1 v1.8.0 Aug 19, 2020 v1.7.0 Jul 12, 2020 Changes in this version + type Client struct + func NewClient(c *ConfigSshClient) *Client + func (c *Client) Connect(addr string) (*Conn, error) + type ConfigSshClient struct + List []Item + type Conn struct + func (cnn *Conn) Close() + func (cnn *Conn) Command(cmd string) (string, error) + type Item struct + Addr string + PEM string + User string