open-remote-ssh icon indicating copy to clipboard operation
open-remote-ssh copied to clipboard

VSCode Remote Development: Open any folder on a remote machine using SSH.

Results 81 open-remote-ssh issues
Sort by recently updated
recently updated
newest added

This PR makes it so that server setup scans the remote for known remote installer locations before attempting to use built in scripts. This allows users to: * Use any...

I would like to have the ability to delete the server on a remote, as a command and as a setting to automatically delete it before disconnecting. Currently the user...

> option to add wget/curl options I think for this it would be better to add `"remote.SSH.localServerDownload"` setting as the official extension to download locally if there's some error downloading...

This adds the `remote.SSH.serverDataFolder` option to choose an alternative server data directory. Instead of being hardcoded to something like `~/.vscodium-server`, it can be placed somewhere else such as in `~/.config`....

The ProxyCommand in my ssh config looks something like ProxyCommand foo --bar\=baz The backslash ahead of = is definitely weird, but the ssh config gets generated by a Ruby script,...

Hello, When attempting to connect to a remote server (CentOS 7.9) with the config file setup: ``` Host HOST HostName HOSTNAME User REMOTE_USER IdentityFile /Users/LOCAL_USER/.ssh/id_rsa ForwardAgent yes ``` I get...

I'm on CentOS Linux 7.9.2009 and I faced an issue like #30, then in troubleshooting I found out that the `node` that was installed wouldn't run due to missing GLibc...

First off, I'd like to express my appreciation for the work already done. I am extremely glad this extension exists and providers the first-party one some much needed community competition...

I have a limited home space and with the last few updates to VSCodium I managed to fill my home dir with `vscodium-reh` binaries. I have a PoC but needs...

can openbsd be added as supported please? the ms version doesnt support any bsd and this one does but only freebsd. openbsd doesnt have electron though if this is blocking.