MCPcopy
hub / github.com/ContainerSSH/ContainerSSH / networkHandler

Struct networkHandler

internal/security/handler_network.go:15–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13)
14
15type networkHandler struct {
16 config config2.SecurityConfig
17 backend sshserver.NetworkConnectionHandler
18 logger log.Logger
19}
20
21func (n *networkHandler) OnAuthKeyboardInteractive(
22 meta metadata.ConnectionAuthPendingMetadata,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected