MCPcopy Index your code
hub / github.com/smallstep/cli / proxyDirect

Function proxyDirect

command/ssh/proxycommand.go:229–231  ·  view source on GitHub ↗
(host, port string)

Source from the content-addressed store, hash-verified

227}
228
229func proxyDirect(host, port string) error {
230 return proxyDirectWithIO(host, port, os.Stdin, os.Stdout)
231}
232
233func proxyDirectWithIO(host, port string, stdin io.Reader, stdout io.Writer) error {
234 address := net.JoinHostPort(host, port)

Callers 1

proxycommandActionFunction · 0.85

Calls 1

proxyDirectWithIOFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…