Versions in this module Expand all Collapse all v0 v0.0.14 Jul 30, 2020 Changes in this version + type Cli struct + func (s *Cli) DynamicForwardLocalRequestToRemote(remoteHost, privateKeyPath string, remoteSSHPort int, proxyPort int) *exec.Cmd + func (s *Cli) ForwardRemoteRequestToLocal(localPort, remoteHost, remotePort, privateKeyPath string, remoteSSHPort int) *exec.Cmd + func (s *Cli) Version() *exec.Cmd + type CliInterface interface + DynamicForwardLocalRequestToRemote func(remoteHost, privateKeyPath string, remoteSSHPort int, proxyPort int) *exec.Cmd + ForwardRemoteRequestToLocal func(localPort, remoteHost, remotePort, privateKeyPath string, remoteSSHPort int) *exec.Cmd + Version func() *exec.Cmd