Versions in this module Expand all Collapse all v0 v0.3.7 Jan 23, 2026 Changes in this version + type Channel interface + ForwardRemoteToLocal func(privateKey, sshAddress, remoteEndpoint, localEndpoint string) error + RunScript func(privateKey, sshAddress, script string) (string, error) + StartSocks5Proxy func(privateKey, sshAddress, socks5Address string) error + func Ins() Channel + type Cli struct + func (c *Cli) ForwardRemoteToLocal(privateKey, sshAddress, remoteEndpoint, localEndpoint string) error + func (c *Cli) RunScript(privateKey, sshAddress, script string) (result string, err error) + func (c *Cli) StartSocks5Proxy(privateKey, sshAddress, socks5Address string) (err error) + type SocksLogger struct + func (s SocksLogger) Println(v ...any)