Versions in this module Expand all Collapse all v0 v0.1.0 Jan 9, 2017 Changes in this version + func ListenAndServe(addr string, serverConfig *ssh.ServerConfig, ...) error + func NewLogReadCloser(r io.ReadCloser) io.ReadCloser + func NewTypeWriterReadCloser(r io.ReadCloser) io.ReadCloser + type LogReadCloser struct + func (lr *LogReadCloser) Close() error + func (lr *LogReadCloser) Read(p []byte) (n int, err error) + type SshConn struct + type TypeWriterReadCloser struct + func (lr *TypeWriterReadCloser) Close() error + func (lr *TypeWriterReadCloser) Read(p []byte) (n int, err error) + func (lr *TypeWriterReadCloser) String() string