Comment by mertleee Comment by mertleee 15 hours ago 1 reply Copy Link View on Hacker News What's the best way to forward the x-server over ssh?
Copy Link jasonjayr 15 hours ago Collapse Comment - ssh -YC user@$hostHas worked since .... forever. Interestingly, it works with WSL2 on windows, too! Reply View | 0 replies
ssh -YC user@$host
Has worked since .... forever. Interestingly, it works with WSL2 on windows, too!