From e857bca00d24c6a311a9dff6647bfc2c180505a4 Mon Sep 17 00:00:00 2001 From: John Costa Date: Sun, 1 Jun 2025 21:13:46 +0100 Subject: [PATCH] feat: adding keys --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index bbe9a44..7da0406 100644 --- a/main.go +++ b/main.go @@ -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.