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

Hostnames are in .ssh/config starting a workspace adds it to the remote explorer list - I'd like to distribute those to others, what do I need to copy?

would it should check process.env['SSH_AUTH_SOCK'] before assigning to sshAgentSock? ``` diff --git a/src/authResolver.ts b/src/authResolver.ts index 0ac2388..d330f22 100644 --- a/src/authResolver.ts +++ b/src/authResolver.ts @@ -96,7 +96,7 @@ export class RemoteSSHResolver implements vscode.RemoteAuthorityResolver,...

We currently have a "click" - which does nothing, and an icon that opens a new vscode window with the selected item opened. It would be good to have any...

If you have a .pub file that is in an unsupported format of ssh keys. you get the following error: ``` [Error - 11:03:50.451] Error while parsing SSH public key...

enhancement

Test setup: two machines, one is RHEL7 (OpenSSH_6.6.1p1), the other CentOS 7.9 (OpenSSH_7.4p1); trying to connect from OpenSSH distributed in Windows (7.7p1) works fine to both machines, both using an...

enhancement

Add a new configuration `experimental.connections` to allow managing remote server manually. Our installtion scripts are proved to be working at almost all major platforms. However, it is generally hard to...

### Error running command openremotessh.explorer.add: command 'openremotessh.explorer.add' not found. This is likely caused by the extension that contributes openremotessh.explorer.add. - this issues keeps coming for arch linux i reinstalled multiple...

I've described the problem on this discord server https://discord.com/channels/96230004047740928/1263011692745457747 Here is a pdf printed from discord / [discord.com-Debugging CMake C Qt6 GUI Application via VSCode Remote SSH extension fails in...

/Error for me on vscodium, was putting my config as it should be ctrl + shift + p => Remote-SSH: Open SSH configuration file... : > Host 207.xxx.xxx.25 > HostName...