feat: adding keys

This commit is contained in:
2025-06-01 21:13:46 +01:00
parent 4dd52e045f
commit e857bca00d

View File

@ -262,6 +262,7 @@ const (
func initServer() {
s, err := wish.NewServer(
wish.WithAddress(net.JoinHostPort(host, port)),
wish.WithHostKeyPath(".ssh/id_ed25519"),
wish.WithMiddleware(
bubbletea.Middleware(teaHandler),
activeterm.Middleware(), // Bubble Tea apps usually require a PTY.