-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can no longer connect #171
Comments
I believe this is related to VSCodium/vscodium#2049. If you look at $ tail -n 7 ~/.vscodium-server/.e3ecc7b1f165b02bbce073afbe9ab016559e91cb.log
SyntaxError: The requested module 'node:module' does not provide an export named 'register'
at ModuleJob._instantiate (node:internal/modules/esm/module_job:123:21)
at async ModuleJob.run (node:internal/modules/esm/module_job:189:5)
at async Promise.all (index 0)
at async ESMLoader.import (node:internal/modules/esm/loader:530:24)
at async loadESM (node:internal/process/esm_loader:91:5)
at async handleMainPromise (node:internal/modules/run_main:65:12) |
Yes. This is fixed by VSCodium 1.94.0.24282. |
Can only partially confirm. I can again connect to the jump host but not to any hosts behind that. The error remains the same. |
Version of the extension:
v0.0.46
Version of VSCodium:
Client and host are Debian 12 instances. All of a sudden I'm getting on a machine I could access yesterday:
The machine is behind a 2FA jump host and I do not even get the prompt for 2FA.
The 2FA host I also can no longer access but at least I'm getting the prompt:
Using Visual Studio Code and the SSH extension works though.
The text was updated successfully, but these errors were encountered: