Fresh Cursor install, Remote SSH not working

For anyone else running into this issue; I posted several days ago, got radio silence, despite pre-paying for an annual subscription.

On a fresh install:

2024-09-12 11:32:58.681 [error] Missing 'tunnelApplicationConfig' or 'tunnelApplicationName' in product.json. Remote tunneling is not available.
2024-09-12 11:33:11.662 [error] Missing 'tunnelApplicationConfig' or 'tunnelApplicationName' in product.json. Remote tunneling is not available.
2024-09-12 11:33:45.235 [info] Log level changed to debug

Then:

  • Install VS Code Remote - SSH ← key step, w/o this trying to Open a Remote Window hangs on extension installation
  • Click on >< icon in extreme lower left
  • Select a remote host
  • You’ll be able to ssh in!

I was able to figure this out through Ctrl-P-CMD, “Set Log Level,” pick debug, then pick Remote Tunnel Service or any other services that seem related to this issue.

App info

Version: 0.40.4
VSCode Version: 1.91.1
Commit: 63dae81aea2c3fc079420fe72578a8eef26ba870
Date: 2024-09-05T02:52:05.660Z (1 wk ago)
Electron: 29.4.0
ElectronBuildId: undefined
Chromium: 122.0.6261.156
Node.js: 20.9.0
V8: 12.2.281.27-electron.0
OS: Darwin arm64 23.6.0
2 Likes

This worked for me! Thanks so much for sharing. I literally was spending too much time on this.

This is the exact SSH extension I installed: Remote - SSH v0.112.0

1 Like

hey just FYI you can also hit this issue if you’re out of space on your target machine. I got the tunnelApplicationConfig message, but only when trying regular vscode did it show the “out of space” message. try “docker system prune --all --force