type golang.org/x/crypto/ssh.Channel (interface)

Method Implmentations



Read(data []byte) (int, error)
SendRequest(name string, wantReply bool, payload []byte) (bool, error)
Write(data []byte) (int, error)