-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Remote SSH not working #13140
Comments
@jlahoda thanks for the report. Seems like the copy mechanism failed to find the backend sources. I assume that the packaging messes with the app path. I'll take a look at it. In the meantime: Can you see whether it works in a non-packaged app? |
The non-packaged app is
I've also tried replacing
I wonder if I am doing something wrong. |
@jlahoda The non-packaged version can just be started via |
Thanks. With Thanks! |
Extensions currently aren't moved over (it's still work in progress). But plugin support itself should work as expected. I'll take a look at that as well. |
Regarding the extension not working on the remote - I've installed the |
@jlahoda Can we close this issue? |
@JonasHelming I still haven't really investigated this. It might be that the feature breaks when packaging the Electron app up for distribution. |
I wanted to try the remote ssh in Theia, as introduced by this:
#12618
But, it does not see to work (for me). I am on a Linux machine, trying to connect to the same machine. I tried the same (user) account and a different account, did not notice any difference.
What I did:
$ git clone https://github.com/eclipse-theia/theia-blueprint
$ cd theia-blueprint
$ yarn && yarn build && yarn download:plugins && yarn electron package
$ ./applications/electron/dist/TheiaBlueprint.AppImage
ide@localhost
. I have a key without a passphrase (specifically for this experiment), that can login to the account without password.If I look at the content of .blueprint-electron-app-1.43.0-remote/lib/backend:
This seem probably wrong - some things are probably missing.
I think my glibc is new enough:
The text was updated successfully, but these errors were encountered: