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

Is there a way to specify options for the ssh command run to open the terminal? #325

Closed keshprad closed 2 years ago

keshprad commented 2 years ago

I basically want to open the terminal with the following and I’m not sure how to do this.

ssh -Y user@domain.com
SchoofsKelvin commented 2 years ago

No, the extension doesn't use the ssh executable, so X11 forwarding is a feature I'd have to manually add to the extension. It's something I can look into adding though, although not soon. For now you'll have to run ssh -Y separately to get X11 forwarding.