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

Add http proxy for sftp

Open VitaliKaiser opened this issue 6 years ago • 1 comments

Hi,

I need to use an http proxy for my connection. Could this be supported? (windows)

Best, Vitali

VitaliKaiser avatar Jan 15 '19 12:01 VitaliKaiser

I would also love support for generic SSH options. I have a workspace on a VM I connect to with:

ssh -o "ProxyCommand=nc -X 5 -x 127.0.0.1:8100 %h %p" ...

which I would really like to be able to use with vscode-remote-workspace

peterellisjones avatar Jan 17 '19 14:01 peterellisjones