fix: path to sshfix

This commit is contained in:
2025-06-01 16:57:48 +01:00
parent 2cfc12b660
commit 4dd52e045f

View File

@ -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.