SchoofsKelvin / vscode-sshfs

Extension for Visual Studio Code: File system provider using SSH
GNU General Public License v3.0
543 stars 36 forks source link

Add X11 Forwarding #326

Open SchoofsKelvin opened 2 years ago

SchoofsKelvin commented 2 years ago

Requested by #107 (supporting ForwardX11 and ForwardX11Trusted from SSH config files) and #325 (request to allow any ssh command flag with the goal of adding -Y for trusted X11 forwarding).

Add the ability to the extension to forward X11 connections, based on what the user configures. Should be relatively easy, although it isn't clear how to differentiate/support between trusted and untrusted forwarding.

Probably also want a custom compound settings field in the Settings UI, similar to the proxy field(s), i.e. checkbox/dropdown to enable/disable X11 forwarding, where enabling shows fields for security stuff, local X11 port, ...

eugenov commented 1 year ago

Need it and ready to test.

zuble commented 9 months ago

any update on this ?

damioresegun commented 8 months ago

Hi,

Is there an update on this?