Versions in this module Expand all Collapse all v0 v0.0.13 Jan 4, 2019 Changes in this version + type SSH struct + func (s *SSH) CopyFile(filePath string, remoteFilePath string, address SSHAddress, privateKey []byte, ...) error + func (s *SSH) RetrieveFile(filePath string, remoteFilePath string, address SSHAddress, privateKey []byte, ...) error + func (s *SSH) RunSSHCommand(command string, addresses SSHAddress, privateKey []byte, timeout time.Duration, ...) (err error) + func (s *SSH) WaitForSSH(addresses SSHAddress, privateKey []byte, timeout time.Duration) error + type SSHAddress struct + IP string + Port string