Hey, thanks for the report. These SSH errors are often caused by stuck lock files or a broken server install.
Try this:
On the remote Linux host, run:
killall bash
rm -rf ~/.cursor-server /tmp/cursor-remote-lock.* /tmp/cursor-server-*.tar.gz
Then in Cursor, add this to Settings (JSON):
"remote.SSH.connectTimeout": 120
A similar fix helped in this thread: Connecting to Remote-SSH always fails
If the issue still happens, can you share the full logs from the Remote-SSH panel (View > Output > select Remote-SSH in the dropdown)? That should help pinpoint the cause.