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

FuncType Handler

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

Handler is a callback for handling established SSH sessions.

func(Session)

Source from the content-addressed store, hash-verified

34
35// Handler is a callback for handling established SSH sessions.
36type Handler func(Session)
37
38// BannerHandler is a callback for displaying the server banner.
39type BannerHandler func(ctx Context) string

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…