type golang.org/x/crypto/ssh.Conn (interface)
Method Implmentations
OpenChannel(name string, data []byte) (Channel, <-chan *Request, error)
Client.Conn.OpenChannel
ServerConn.Conn.OpenChannel
SendRequest(name string, wantReply bool, payload []byte) (bool, []byte, error)
Client.Conn.SendRequest
ServerConn.Conn.SendRequest
![]() |
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |