Versions in this module Expand all Collapse all v0 v0.2.0 Mar 28, 2024 v0.1.0 Sep 27, 2023 Changes in this version + func SetClientConfigDefaults(cfg *ssh.ClientConfig) + type Client struct + func Dial(network, host, port string, cfg *ssh.ClientConfig) (*Client, error) + func DialTCP(host, port string, cfg *ssh.ClientConfig) (*Client, error) + func (c *Client) Dial(network, host, port string, cfg *ssh.ClientConfig) (*Client, error) + func (c *Client) Download(ctx context.Context, remote, local string) error + func (c *Client) Shell(stdin io.Reader, stdout, stderr io.Writer) error + func (c *Client) Upload(ctx context.Context, local, remote string) error