Anysphere Remote SSH Plugin Problem

Describe the Bug

In my local .config File i have added for some locations RemoteCommands like “RemoteCommand sudo su - userxyz”
With the normal VSCode Remote SSH Extension this settings are used, but in the Anysphere Plugin this settings are completely ignored.

2025-06-24 18:31:58.156 [info] Launching SSH server via shell with command: cat “/tmp/cursor_remote_install_59371.sh” | ssh -v -T -o RemoteCommand=none -D 46765 xyz-server bash --login -c bash

Here you can see that it seems a -o RemoteCommand=none is hardcoded at any place… please can you fix this?

Steps to Reproduce

You just need to add a RemoteCommand Line to your ~/.ssh/config file for one connection.

Expected Behavior

The Command should be executed after establishing the connection

Operating System

Linux

Current Cursor Version (Menu → About Cursor → Copy)

Version: 1.1.5
VSCode Version: 1.96.2
Commit: ef5eeb47a684b4c217dfaf0463aa7ea952f8ab90
Date: 2025-06-21T05:25:57.631Z
Electron: 34.5.1
Chromium: 132.0.6834.210
Node.js: 20.19.0
V8: 13.2.152.41-electron.0
OS: Linux x64 6.6.94-1-MANJARO

Does this stop you from using Cursor

No - Cursor works, but with this issue

1 Like