MCPcopy Index your code
hub / github.com/cloudfoundry/cli / SecureShell

Struct SecureShell

util/clissh/ssh.go:42–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42type SecureShell struct {
43 secureDialer SecureDialer
44 secureClient SecureClient
45 terminalHelper TerminalHelper
46 listenerFactory ListenerFactory
47
48 localListeners []net.Listener
49 keepAliveInterval time.Duration
50}
51
52func NewDefaultSecureShell() *SecureShell {
53 defaultSecureDialer := DefaultSecureDialer()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected