Versions in this module Expand all Collapse all v0 v0.1.1 Apr 19, 2026 v0.1.0 Apr 19, 2026 Changes in this version + const DefaultPort + const DefaultUserPort + type Server interface + ListenAndServe func() error + Serve func(listener net.Listener) error + func NewContainerServer(addr string, workdir string, log log.Logger) (Server, error) + func NewServer(addr string, hostKey []byte, keys []ssh.PublicKey, workdir string, ...) (Server, error)