Handler is a callback for handling established SSH sessions.
func(Session)
| 34 | |
| 35 | // Handler is a callback for handling established SSH sessions. |
| 36 | type Handler func(Session) |
| 37 | |
| 38 | // BannerHandler is a callback for displaying the server banner. |
| 39 | type BannerHandler func(ctx Context) string |
no outgoing calls
no test coverage detected
searching dependent graphs…