![]() |
ssh x11 forwarding with wayland - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: General (https://www.linuxliteos.com/forums/forumdisplay.php?fid=4) +--- Forum: Off Topic (https://www.linuxliteos.com/forums/forumdisplay.php?fid=15) +--- Thread: ssh x11 forwarding with wayland (/showthread.php?tid=6690) |
ssh x11 forwarding with wayland - trinidad - 01-02-2020 In my small office which has one decent AMD Debian desktop, one Debian Lamp server, one Winodws 10 box, and four private LAN Debian 10 clients on less robust hardware I have used ssh x11 forwarding for a long time. After recently upgrading all the clients and the larger host machine to Debian 10 I decided to stick with wayland on all of them once I figured out the various configurations for ssh x11 forwarding. Wayland does not break ssh x11 forwarding contrary to the griping you read on the internet. It just requires a different praxis. Wayland ssh clients will need a nested Xserver (Xephry is easy and reliable) and wayland hosts will need the GDK_BACKEND=x11 preset string. I use gnome-boxes regularly this way to keep the CPU/RAM tax of virtualization on my bigger host machine. Below is a list of example commands for all the possible configurations. https://www.dbts-analytics.com/notesxfwdgb.html TC |