MCPcopy
hub / github.com/gliderlabs/ssh / ReversePortForwardingCallback

FuncType ReversePortForwardingCallback

ssh.go:65–65  ·  view source on GitHub ↗

ReversePortForwardingCallback is a hook for allowing reverse port forwarding

func(ctx Context, bindHost string, bindPort uint32) bool

Source from the content-addressed store, hash-verified

63
64// ReversePortForwardingCallback is a hook for allowing reverse port forwarding
65type ReversePortForwardingCallback func(ctx Context, bindHost string, bindPort uint32) bool
66
67// ServerConfigCallback is a hook for creating custom default server configs
68type ServerConfigCallback func(ctx Context) *gossh.ServerConfig

Callers 1

mainFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…