type github.com/gliderlabs/ssh.Session (interface)

Method Implmentations

Break(c chan<- bool)
Exit(code int) error
Pty() (Pty, <-chan Window, bool)
Read(data []byte) (int, error)
SendRequest(name string, wantReply bool, payload []byte) (bool, error)
Signals(c chan<- Signal)
Write(data []byte) (int, error)