| 201 | } |
| 202 | |
| 203 | type backendHandler struct { |
| 204 | session sshserver.SessionChannel |
| 205 | } |
| 206 | |
| 207 | func (b *backendHandler) OnAuthKeyboardInteractive( |
| 208 | meta metadata.ConnectionAuthPendingMetadata, |
nothing calls this directly
no outgoing calls
no test coverage detected