Versions in this module Expand all Collapse all v0 v0.0.3 Nov 14, 2021 Changes in this version + const DefaultPort + const DefaultTimeout + const SchemeSFTP + const SchemeSSH + type Client struct + func Dial(uri string, options ...ClientOption) (*Client, error) + type ClientConfig struct + type ClientOption func(config *ClientConfig) error + type PrivateKey interface + func LoadPrivateKey(path string) (PrivateKey, error)