Versions in this module Expand all Collapse all v0 v0.7.1 Nov 11, 2018 Changes in this version + type SSHConnection struct + Host string + func NewSSSHConnection(host, user, keyFile string) (*SSHConnection, error) + func (c *SSHConnection) Close() + func (c *SSHConnection) Connect(user, keyFile string) error + func (c *SSHConnection) RunCommand(cmd string) ([]byte, error)