golang.org/x/crypto/ssh.Client.dial (method)
3 uses
golang.org/x/crypto/ssh (current package)
tcpip.go#L350: ch, err = c.dial(net.IPv4zero.String(), 0, host, int(port))
tcpip.go#L396: ch, err := c.dial(laddr.IP.String(), laddr.Port, raddr.IP.String(), raddr.Port)
tcpip.go#L415: func (c *Client) dial(laddr string, lport int, raddr string, rport int) (Channel, error) {
 |
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. |