Documentation
¶
Overview ¶
Package ssh provides an SSH server for serving FluffyUI applications remotely.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Addr string // Listen address (default ":2222")
HostKeyPath string // Path to host key file (auto-generated if empty)
NoAuth bool // Allow any connection (for development)
Password string // Password authentication (if set)
Command []string // Command to run for each session
}
Config configures the SSH server.
Click to show internal directories.
Click to hide internal directories.