Describe the Bug
I have a VPS on contabo, i am conetting through ssh and it is working correctly the problem is when i use my windows computers cursor is failing to executer terminal commands in my vps and it gets stucked. It told me to update my setting it is not working as well.
what should i do ?
On the other hand my mac mini works perfectly.
Steps to Reproduce
connect a linux vps with a windows 11 machine with ssh try to run the a terminal command via cursor. Normal terminal calls are working but cursor is not able to run any commads it gets stuck.
Screenshots / Screen Recordings
Operating System
Windows 10/11
Current Cursor Version (Menu → About Cursor → Copy)
Version: 1.3.8 (user setup)
VSCode Version: 1.99.3
Commit: a1fa6fc7d2c2f520293aad84aaa38d091dee6fe0
Date: 2025-07-31T21:50:29.296Z
Electron: 34.5.1
Chromium: 132.0.6834.210
Node.js: 20.19.0
V8: 13.2.152.41-electron.0
OS: Windows_NT arm64 10.0.26100
Additional Information
here is my settings.
{
“workbench.colorTheme”: “GitHub Dark”,
“workbench.iconTheme”: “material-icon-theme”,
“editor.inlineSuggest.enabled”: true,
“github.copilot.enable”: {
“": false
},
“git.enableSmartCommit”: true,
“git.autofetch”: true,
“bracket-pair-colorizer-2.depreciation-notice”: false,
“git.ignoreMissingGitWarning”: true,
“explorer.fileNesting.patterns”: {
".ts”: “${capture}.js”,
“.js": “${capture}.js.map, ${capture}.min.js, ${capture}.d.ts”,
".jsx”: “${capture}.js”,
“.tsx": “${capture}.ts”,
“tsconfig.json”: "tsconfig..json”,
“package.json”: “package-lock.json, yarn.lock, pnpm-lock.yaml, bun.lockb”,
“.sqlite": "${capture}.${extname}-”,
“.db": "${capture}.${extname}-”,
“.sqlite3": "${capture}.${extname}-”,
“.db3": "${capture}.${extname}-”,
“.sdb": "${capture}.${extname}-”,
“.s3db": "${capture}.${extname}-”
},
“remote.SSH.remotePlatform”: {
“myca”: “linux”
},
“files.exclude”: {
“**/pycache”: true
},
“github.copilot.nextEditSuggestions.enabled”: false,
“database-client.autoSync”: true,
“window.newWindowProfile”: “Default”,
“terminal.integrated.autoReplies”: {
“your 131072x1 screen size is bogus. expect trouble”: “”,
“stty: ‘standard input’: Inappropriate ioctl for device”: “”,
“stty: ‘standard output’: Inappropriate ioctl for device”: “”,
“tput: No value for $TERM and no -T specified”: “”,
“tput: unknown terminal "xterm-256color"”: “”,
“WARNING: terminal is not fully functional”: “”,
“TERM environment variable not set”: “”,
“Could not get terminal size”: “”,
“stty: invalid argument”: “”,
“tput: No value for $TERM”: “”
},
“terminal.integrated.defaultProfile.linux”: “bash”,
“terminal.integrated.env.linux”: {
“TERM”: “xterm-256color”,
“COLUMNS”: “80”,
“LINES”: “24”
},
“terminal.integrated.shellArgs.linux”: [“-l”],
“terminal.integrated.cursorBlinking”: true,
“terminal.integrated.cursorStyle”: “line”,
“terminal.integrated.fontSize”: 14,
“terminal.integrated.lineHeight”: 1.2,
“terminal.integrated.scrollback”: 10000,
“terminal.integrated.enableMultiLinePasteWarning”: false,
“terminal.integrated.enablePersistentSessions”: false,
“terminal.integrated.gpuAcceleration”: “off”,
“terminal.integrated.inheritEnv”: false,
“terminal.integrated.shellIntegration.enabled”: false,
“terminal.integrated.windowsEnableConpty”: false,
“terminal.integrated.windowsEnableLegacyConsole”: true,
“terminal.integrated.defaultProfile.windows”: “Command Prompt”,
“remote.SSH.configFile”: “C:\Users\erena\.ssh\config”,
“remote.SSH.connectTimeout”: 60,
“remote.SSH.showLoginTerminal”: false,
“remote.SSH.enableDynamicForwarding”: false,
“remote.SSH.enableAgentForwarding”: false,
“cursor.windowSwitcher.sidebarHoverCollapsed”: true
}
Does this stop you from using Cursor
Yes - Cursor is unusable
