vscode-remote-workspace icon indicating copy to clipboard operation
vscode-remote-workspace copied to clipboard

Support '~/.ssh/config'

Open stooloveu opened this issue 5 years ago • 3 comments

I wonder if there's any way to load the settings stored in ~/.ssh/config. It helps as I use 'ProxyCommand' in the ssh config file to do some multi-hop sshing. Many other ssh/sftp clients load this setting file but this extension doesn't.

stooloveu avatar Nov 04 '18 15:11 stooloveu

That would be awesome, especially on windows. Under Linux you don't need this extension anyway. ;-)

NicolasGoeddel avatar Nov 14 '18 09:11 NicolasGoeddel

That would be awesome, especially on windows. Under Linux you don't need this extension anyway. ;-)

@NicolasGoeddel What would you use on linux instead? How would you link up code with a remote workspace, potentially using a jump host? (asking because it could be relevant to add support to the extension here and also out of curiosity :-))

rmoorman avatar Dec 21 '18 14:12 rmoorman

Normally I use a random file manager like nautilus, nemo or thunar to open a SFTP connection which automatically mounts the remote filesystem on the local one and then I open the folder/file directly from there as it would be local.

NicolasGoeddel avatar Jan 07 '19 08:01 NicolasGoeddel