Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
Cursor agents no longer work in any Remote SSH workspace.
This previously worked correctly on the same Windows PC, Cursor installation, SSH account, and system.
Local Windows agents still work normally. Remote SSH itself also works: I can connect, browse and edit files, use the integrated terminal, and run Git commands.
However, every agent request in a Remote SSH window fails with:
ERROR_EXTENSION_HOST_TIMEOUT
Agent Execution Timed Out
The agent execution provider did not respond in time.
This may indicate the extension host is not running or is unresponsive.
Agent Execution Timed Out [deadline_exceeded]
ConnectError: [deadline_exceeded] Agent Execution Timed Out
This affects both:
The regular Agent inside the Cursor IDE
The separate Agents Window
Even a trivial prompt such as:
Reply only with: WORKING
fails before the agent begins processing it.
Steps to Reproduce
Open Cursor on Windows.
Connect to the Linux Cluster system through Remote SSH.
Open any remote folder, including the remote home directory.
Confirm that the terminal and file explorer work.
Start a new Agent chat.
Send:
Reply only with: WORKING
Wait for the request.
The request fails with ERROR_EXTENSION_HOST_TIMEOUT.
The same failure occurs in both the normal IDE Agent and the separate Agents Window.
Expected Behavior
The agent execution provider should activate on the Remote SSH host and allow the Agent to work inside the connected remote workspace.
This previously worked correctly in the same environment.
Actual Behavior
The Remote SSH workspace connects successfully, but the Agent execution provider never registers.
Every Agent request times out before the Agent begins processing the prompt.
Operating System
Windows 10/11
Version Information
Version: 3.12.17 (user setup)
VS Code Extension API: 1.128.0
Commit: 0fb762053c34788bb7760d5673f8a6d4c8589d50
Date: 2026-07-17T02:53:53.006Z
Layout: IDE
Build Type: Stable
Release Track: Default
Electron: 40.10.3
Chromium: 144.0.7559.236
Node.js: 24.15.0
V8: 14.4.258.32-electron.0
xterm.js: 6.1.0-beta.256
OS: Windows_NT x64 10.0.19045
For AI issues: which model did you use?
Auto
For AI issues: add Request ID with privacy disabled
fc14eeb5-d654-4fba-9ecd-a926ca830aed
ERROR_EXTENSION_HOST_TIMEOUT
The agent execution provider did not respond in time.
This may indicate the extension host is not running or is unresponsive.
Agent Execution Timed Out [deadline_exceeded]
ConnectError: [deadline_exceeded] Agent Execution Timed Out
Additional Information
What works:
Local Windows agents
Remote SSH connection
Remote file explorer
Remote terminal
File editing
Git operations
Direct SSH from PowerShell
What fails:
IDE Agent in every Remote SSH workspace
Agents Window connected to the Remote SSH workspace
Agent from the remote home directory
Agent from the project directory
Trivial prompts requiring no file access or command execution
Troubleshooting already performed
I have already tried all of the following:
Restarted Cursor completely.
Confirmed that no Cursor update is available.
Tested with third-party extensions disabled.
Tested multiple remote folders.
Tested the remote home directory.
Tested the project directory.
Reinstalled ~/.cursor-server from scratch.
Tested a fixed login node instead of the cluster’s load-balanced hostname.
Confirmed that Cursor was connected to the intended fixed hostname.
Confirmed that Workspace Trust was already disabled.
Set the following local User setting:
“remote.SSH.showLoginTerminal”: false
Tested both the IDE Agent and Agents Window.
Confirmed that local agents continue to work.
Reproduced the failure with Privacy Mode disabled.
None of these steps resolved the problem.
Does this stop you from using Cursor
Yes - Cursor is unusable