| 13 | ) |
| 14 | |
| 15 | type networkHandler struct { |
| 16 | config config2.SecurityConfig |
| 17 | backend sshserver.NetworkConnectionHandler |
| 18 | logger log.Logger |
| 19 | } |
| 20 | |
| 21 | func (n *networkHandler) OnAuthKeyboardInteractive( |
| 22 | meta metadata.ConnectionAuthPendingMetadata, |
nothing calls this directly
no outgoing calls
no test coverage detected