Versions in this module Expand all Collapse all v0 v0.2.0 Nov 26, 2020 Changes in this version + type Client struct + func NewSSHClient(username string, keyPath string, host string, port int) (*Client, error) + func (c *Client) RunCommand(command string) (stdout string, stderr string, err error)