From 4dd52e045f79cb112538c0c723a6c33eb2ba5761 Mon Sep 17 00:00:00 2001 From: John Costa Date: Sun, 1 Jun 2025 16:57:48 +0100 Subject: [PATCH] fix: path to sshfix --- main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/main.go b/main.go index 1efd9f2..bbe9a44 100644 --- a/main.go +++ b/main.go @@ -262,7 +262,6 @@ const ( func initServer() { s, err := wish.NewServer( wish.WithAddress(net.JoinHostPort(host, port)), - wish.WithHostKeyPath("./.ssh/id_rsa"), wish.WithMiddleware( bubbletea.Middleware(teaHandler), activeterm.Middleware(), // Bubble Tea apps usually require a PTY.