Versions in this module Expand all Collapse all v0 v0.0.16 Aug 7, 2018 v0.0.15 Apr 7, 2018 Changes in this version type Client + func (s *Client) GetPublicKey() string v0.0.8 Oct 25, 2017 Changes in this version + type Client struct + KeyPair *SSHKeyPair + func New() (*Client, error) + func (s *Client) GetFileFromContainer(user, host, containerName, file string) (string, error) + func (s *Client) Run(user, host, command string) (string, error) + type SSHKeyPair struct + AuthorizedKey []byte + PrivateKey *rsa.PrivateKey + PrivateKeyPEM []byte + PublicKey ssh.PublicKey