MCPcopy
hub / github.com/ContainerSSH/ContainerSSH / sshChannelHandler

Struct sshChannelHandler

internal/sshproxy/sshChannelHandler.go:16–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14)
15
16type sshChannelHandler struct {
17 lock *sync.Mutex
18 backingChannel ssh.Channel
19 connectionHandler *sshConnectionHandler
20 requests <-chan *ssh.Request
21 session sshserver.SessionChannel
22 started bool
23 logger log.Logger
24 done chan struct{}
25 exited bool
26 ssh *sshConnectionHandler
27}
28
29func (s *sshChannelHandler) handleBackendClientRequests(
30 requests <-chan *ssh.Request,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected