type OpenChannelError …
func (e *OpenChannelError) Error() string { … }
type ConnMetadata …
type Conn …
func DiscardRequests(in <-chan *Request) { … }
type connection …
func (c *connection) Close() error { … }
type sshConn …
func dup(src []byte) []byte { … }
func (c *sshConn) User() string { … }
func (c *sshConn) RemoteAddr() net.Addr { … }
func (c *sshConn) Close() error { … }
func (c *sshConn) LocalAddr() net.Addr { … }
func (c *sshConn) SessionID() []byte { … }
func (c *sshConn) ClientVersion() []byte { … }
func (c *sshConn) ServerVersion() []byte { … }