server

package
v0.7.0-alpha.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 2, 2025 License: MPL-2.0 Imports: 23 Imported by: 2

Documentation

Index

Constants

View Source
const (
	DefaultPort     int = 8022
	DefaultUserPort int = 12023
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Server

type Server interface {
	Serve(listener net.Listener) error
	ListenAndServe() error
}

func NewContainerServer

func NewContainerServer(addr string, workdir string, log log.Logger) (Server, error)

func NewServer

func NewServer(addr string, hostKey []byte, keys []ssh.PublicKey, workdir string, reuseSock string, log log.Logger) (Server, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL