Comment by mertleee 11 hours ago What's the best way to forward the x-server over ssh? 1 comment mertleee Reply jasonjayr 11 hours ago ssh -YC user@$hostHas worked since .... forever. Interestingly, it works with WSL2 on windows, too!
jasonjayr 11 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!