Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
Hi !
Since last week, my developers have been unable to connect to two servers via SSH.
It was working perfectly, but suddenly it stopped working.
I installed the latest version of Cursor and Remote-SSH on my machine to test and I’m experiencing the same problem.
It seems the error lies here:
info] SSH connection established after 3616ms (first stdout received)
[info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/1001
[error] Error installing server: [o [RemoteSSHError]: Failed to configure the Cursor server on the remote SSH host. Please check the logs for more details.
at t.installCodeServer (c:\Users\Utilisateur.cursor\extensions\anysphere.remote-ssh-1.0.53\dist\main.js:4:197302)
at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
at async c:\Users\Utilisateur.cursor\extensions\anysphere.remote-ssh-1.0.53\dist\main.js:4:477294] {
disconnectReason: ‘unknown’
}
[info] Deleting local script C:\Users\UTILIS~1\AppData\Local\Temp\cursor_remote_install_146d40da-78d5-48b9-9b8e-ca85ba373dd4.sh
[error] Error resolving SSH authority [o [RemoteSSHError]: Failed to configure the Cursor server on the remote SSH host. Please check the logs for more details.
at t.installCodeServer (c:\Users\Utilisateur.cursor\extensions\anysphere.remote-ssh-1.0.53\dist\main.js:4:197302)
at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
at async c:\Users\Utilisateur.cursor\extensions\anysphere.remote-ssh-1.0.53\dist\main.js:4:477294] {
disconnectReason: ‘unknown’
}
I tried doing the same thing in VS Code and it works.
Can you help us ?
Thanks !
Steps to Reproduce
Create a new host ssh or use an existent.
Connect remote ssh.
Operating System
Windows 10/11
Version Information
Version: 3.5.33 (user setup)
VSCode Version: 1.105.1
Commit: aac81804b986d739acab348ed96b8bea6e83cc50
Date: 2026-05-22T06:47:48.039Z
Layout: editor
Build Type: Stable
Release Track: Default
Electron: 39.8.1
Chromium: 142.0.7444.265
Node.js: 22.22.1
V8: 14.2.231.22-electron.0
OS: Windows_NT x64 10.0.19045
Additional Information
My remote server is a dedicated server running Debian 12.
SSH in CLI works.
I also check .bashrc, to delete old cursor folder on the serve.
Does this stop you from using Cursor
Yes - Cursor is unusable