Documentation
¶
Overview ¶
Package sshserve serves the Mesh TUI over SSH, so a teammate can browse the knowledge graph by ssh-ing the host with no local install: charmbracelet/wish runs the same bubbletea TUI the `mesh tui` command does, once per session, over the same read-only index the agent uses. Auth is fail-closed.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
Addr string // listen address, e.g. ":2222"
HostKeyPath string // persistent host key (generated if missing)
AuthKeysPath string // OpenSSH authorized_keys; only these public keys may connect
AllowAnon bool // explicit opt-in to NO auth (localhost/demo only)
Logf func(string, ...any)
}
Options configures the SSH viewer server.
Click to show internal directories.
Click to hide internal directories.