Error on setup Remote-SSH in Cursor

I am working on iMac and want to ssh to my windows PC to leverage its computational power. However when I use remote-ssh to connect to my windows PC in iMac, I got Failed to download VS Code Server (Server returned 404).. It appears to look for a server download URL: https://cursor.blob.core.windows.net/remote-releases/b1e87884330fc271d5eb589e368c35f14e76dec0/cli-win32-x64.tar.gz which does not exist. I have spent many hours on this issue and even built vscode from source to extract vscode server from it and put it into my windows “C:\Users\myuser.cursor-server” folder, and in the cursor json setting “remote.SSH.localServerDownload”: “always”,
“remote.SSH.useLocalServer”: true,
“remote.SSH.serverDownloadPath”: “C:\Users\myuser\.cursor-server” but they all do not work, how can it be solved? BTW, I also tested the remote-ssh in VScode which has no issue for connecting to Windows computer and can download the vscode server successfully. Thanks

Can any team member help me with this issue? Any solution or not?
Now my iMac only has 8g memory and I really need to connect to my windows computer which has 16g memory. After a while of use of Cursor, the editor will freeze, crash and then restart. I guess it is related to the memory issue. Thank you for your help in advance.

Same problem.