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.