Versions in this module Expand all Collapse all v1 v1.0.0 Jan 18, 2019 Changes in this version + func PrivateKeyFile(file string) ssh.AuthMethod + type Endpoint struct + Host string + Port int + User string + func NewEndpoint(s string) *Endpoint + func (endpoint *Endpoint) String() string + type SSHTunnel struct + Config *ssh.ClientConfig + Local *Endpoint + Log *log.Logger + Remote *Endpoint + Server *Endpoint + func NewSSHTunnel(tunnel string, auth ssh.AuthMethod, destination string) *SSHTunnel + func (tunnel *SSHTunnel) Start() error