ReversePortForwardingCallback is a hook for allowing reverse port forwarding
func(ctx Context, bindHost string, bindPort uint32) bool
| 63 | |
| 64 | // ReversePortForwardingCallback is a hook for allowing reverse port forwarding |
| 65 | type ReversePortForwardingCallback func(ctx Context, bindHost string, bindPort uint32) bool |
| 66 | |
| 67 | // ServerConfigCallback is a hook for creating custom default server configs |
| 68 | type ServerConfigCallback func(ctx Context) *gossh.ServerConfig |
no outgoing calls
no test coverage detected
searching dependent graphs…