This is an old revision of the document!


X11 remote

The following instructions work for Windows 11 with WSL2 installed, which includes WSLg, the built-in XServer client.

On remote machine

  • Edit sshd_config:
    X11Forwarding yes
    X11UseLocalhost yes
  • Restart with service sshd restart

On local client