()
| 7 | type SecureShellClient interface { |
| 8 | Connect(username string, passcode string, sshEndpoint string, sshHostKeyFingerprint string, skipHostValidation bool) error |
| 9 | Close() error |
| 10 | InteractiveSession(commands []string, terminalRequest clissh.TTYRequest) error |
| 11 | LocalPortForward(localPortForwardSpecs []clissh.LocalPortForward) error |
| 12 | Wait() error |
no outgoing calls