Documentation
¶
Overview ¶
Package server provides the SSH server using Wish.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetEnvValue ¶
GetEnvValue extracts a value from an environment variable list (key=value format).
Types ¶
type Config ¶
type Config struct {
Addr string // e.g. ":2222"
HostKeyPath string // e.g. ".ssh/task_ed25519"
DB *db.DB
Executor *executor.Executor
}
Config holds server configuration.
Click to show internal directories.
Click to hide internal directories.