Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cloudfoundry/cli
/ Connect
Method
Connect
cf/ssh/ssh.go:38–38 ·
view source on GitHub ↗
(opts *options.SSHOptions)
Source
from the content-addressed store, hash-verified
36
37
type
SecureShell
interface
{
38
Connect(opts *options.SSHOptions) error
39
InteractiveSession() error
40
LocalPortForward() error
41
Wait() error
Callers
3
Execute
Method · 0.65
ssh_test.go
File · 0.65
ssh_test.go
File · 0.65
Implementers
4
secureShell
cf/ssh/ssh.go
FakeSecureShell
cf/ssh/sshfakes/fake_secure_shell.go
FakeSecureShellClient
actor/sharedaction/sharedactionfakes/f
SecureShell
util/clissh/ssh.go
Calls
no outgoing calls
Tested by
no test coverage detected