golang.org/x/crypto/ssh.Client.forwards (field)
8 uses
golang.org/x/crypto/ssh (current package)
client.go#L24: forwards forwardList // forwarded tcpip connections from the remote side
client.go#L63: conn.forwards.closeAll()
streamlocal.go#L47: ch := c.forwards.add(&net.UnixAddr{Name: socketPath, Net: "unix"})
streamlocal.go#L99: l.conn.forwards.remove(&net.UnixAddr{Name: l.socketPath, Net: "unix"})
tcpip.go#L97: go c.forwards.handleChannels(c.HandleChannelOpen("forwarded-tcpip"))
tcpip.go#L98: go c.forwards.handleChannels(c.HandleChannelOpen("forwarded-streamlocal@openssh.com"))
tcpip.go#L136: ch := c.forwards.add(laddr)
tcpip.go#L322: l.conn.forwards.remove(l.laddr)
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |