Hi, I am using cursor on a windows remote desktop that connects to several Alma-linux development servers. On sum of the servers I get an error on connection:
- The ssh connection works with password
- the cursor server is installed on the remote machine
- The problem is in creating a socket and seeing the remote files.
I can readily use the same remote server with regular Putty terminal and remote file transfer with winscp. The same kind of cursor remote connection works with other servers.
The end of the trace:
[Trace - 08:30:12.136] Server install command stdout:
Downloading server from 'https://cursor.blob.core.windows.net/remote-releases/0.33.4-2dd5b2855ac68f3a3d3babee87d22b399a9db7d0/vscode-reh-linux-x64.tar.gz'
Server script: /root/.cursor-server/bin/0.33.4-2dd5b2855ac68f3a3d3babee87d22b399a9db7d0/bin/cursor-server
Server running process:
63d7cedec0621e0fb1cbcad1: start
exitCode==0==
listeningOn==45469==
connectionToken==79a309ba-0743-4d58-9f0c-79295a895e3c==
logFile==/root/.cursor-server/.2dd5b2855ac68f3a3d3babee87d22b399a9db7d0.log==
osReleaseId==almalinux==
arch==x86_64==
platform==Linux==
tmpDir==/run/user/0==
63d7cedec0621e0fb1cbcad1: end
[Trace - 08:30:12.153] Creating forwarding server 61909(local) => 61908(socks) => 45469(remote)
[Error - 08:30:42.354] Error while creating SOCKS connection
Error: Proxy connection timed out
at d.closeSocket (c:\Users\Administrator\AppData\Local\Programs\cursor\resources\app\extensions\open-remote-ssh\dist\main.js:1:89619)
at d.onEstablishedTimeout (c:\Users\Administrator\AppData\Local\Programs\cursor\resources\app\extensions\open-remote-ssh\dist\main.js:1:87967)
at Timeout._onTimeout (c:\Users\Administrator\AppData\Local\Programs\cursor\resources\app\extensions\open-remote-ssh\dist\main.js:1:86861)
at listOnTimeout (node:internal/timers:569:17)
at process.processTimers (node:internal/timers:512:7)