← Back to context Comment by mertleee 8 hours ago What's the best way to forward the x-server over ssh? 1 comment mertleee Reply jasonjayr 7 hours ago ssh -YC user@$hostHas worked since .... forever. Interestingly, it works with WSL2 on windows, too!
jasonjayr 7 hours ago ssh -YC user@$hostHas worked since .... forever. Interestingly, it works with WSL2 on windows, too!
ssh -YC user@$host
Has worked since .... forever. Interestingly, it works with WSL2 on windows, too!