Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

ssh command additional arguments #33

Open
saurabhrb opened this issue Sep 23, 2020 · 1 comment
Open

ssh command additional arguments #33

saurabhrb opened this issue Sep 23, 2020 · 1 comment

Comments

@saurabhrb
Copy link

saurabhrb commented Sep 23, 2020

scenario:
currently I use this extension for remote-ssh x11 to RHEL 7(Red Hat Enterprise Linux Server release 7.6)
but when I run "xdpyinfo" in vscode terminal I can see "SGI-GLX" under Extensions, but my app needs "NV-GLX"
normal way to fix it is "ssh -Y" instead of "ssh -X"
and this extension does "-X" (I am assuming seeing the output)

request:
can we make it default as "-Y" ( I am assuming it gives more display related support from Xlib) or any setting to choose from or make the additional args manual?

@joelspadin
Copy link
Owner

I just published version 1.5.0, which adds a remoteX11.SSH.XAuthPermissionLevel setting. Changing it to trusted should be equivalent to ssh -Y. Please let me know if that fixes it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants