Documentation
¶
Index ¶
- Variables
- func CheckSSHConnection(sc SSHConfig) error
- func DoSSH(sc SSHConfig) error
- func GetForwardController(sshUser, sshHost, keyPath string) (startCh, cancelCh chan StartCh, exitCh chan struct{}, ...)
- func HostKeyCallback(hostname string, remote net.Addr, key ssh.PublicKey) error
- type SSHConfig
- type StartCh
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrSSHNotReady = fn.Error("ssh is not ready")
Functions ¶
func CheckSSHConnection ¶ added in v1.1.0
func GetForwardController ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.