MCPcopy
hub / github.com/ContainerSSH/ContainerSSH / networkConnectionHandler

Struct networkConnectionHandler

internal/authintegration/handler.go:106–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106type networkConnectionHandler struct {
107 backend sshserver.NetworkConnectionHandler
108 ip net.IP
109 connectionID string
110 behavior Behavior
111 authContext auth.AuthenticationContext
112 passwordAuthenticator auth.PasswordAuthenticator
113 publicKeyAuthenticator auth.PublicKeyAuthenticator
114 gssapiAuthenticator auth.GSSAPIAuthenticator
115 keyboardInteractiveAuthenticator auth.KeyboardInteractiveAuthenticator
116 authorizationProvider auth.AuthzProvider
117}
118
119func (h *networkConnectionHandler) OnShutdown(shutdownContext context.Context) {
120 h.backend.OnShutdown(shutdownContext)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected