MCPcopy
hub / github.com/cloudfoundry/cli / secureShell

Struct secureShell

cf/ssh/ssh.go:81–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81type secureShell struct {
82 secureDialer SecureDialer
83 terminalHelper terminal.TerminalHelper
84 listenerFactory ListenerFactory
85 keepAliveInterval time.Duration
86 app models.Application
87 sshEndpointFingerprint string
88 sshEndpoint string
89 token string
90 secureClient SecureClient
91 opts *options.SSHOptions
92
93 localListeners []net.Listener
94}
95
96func NewSecureShell(
97 secureDialer SecureDialer,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected