-
Notifications
You must be signed in to change notification settings - Fork 626
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
SSH Integration #209
Comments
@andrewpareles does this require creating a new extension using something like ssh2 that mimics the functionality of the default ssh extension microsoft owns? |
Yes |
Alright so @andrewpareles @mathewpareles the focus is replicating the basic functionality of the Microsoft Remote-SSH extension by creating a new extension using Commands to Keep
Settings to Keep
Features and Settings to Skip
Why This Selection?The selected commands and settings ensure the ability to:
|
Found a potential alternative to Microsoft Remote-SSH extension called open-remote-ssh. I'll test it out and see how it needs to be adapted to fit Voids use case. |
@andrewpareles I'm gonna need the void-server tarball to be accessible via a Github link/release, so that I can point Open Remote-SSH to it for downloading on the remote computer. |
@bjoaquinc You just want me to tarball this repo and make it into a release? https://github.com/voideditor/void-updates-server |
The void-server tarball should be generated by the PR I made (voideditor/void-updates-server#1). The code is in server-package.sh. Making that tarball into a release would be perfect |
Ah got it! Looks great. Will build tonight, ETA tomorrow morning PT! |
@bjoaquinc added it here https://github.com/voideditor/void-updates-server/releases It's all based on the Lmk if you need anything else! |
The default SSH Marketplace Extension is owned by Microsoft, so we need to add our own SSH integration.
This issue came up a few times before: #201 and #205.
The text was updated successfully, but these errors were encountered: