Skip to content

tab: Detect ssh with waypipe

Michel Dänzer requested to merge daenzer/gnome-console:tab-waypipe-ssh into gnome-43

Waypipe (https://gitlab.freedesktop.org/mstoeckl/waypipe) forwards Wayland display connections over SSH, similar to OpenSSH's built-in X11 forwarding. It works by running

waypipe [waypipe command line parameters] ssh [ssh command line parameters]

instead of just

ssh [ssh command line parameters]

Merge request reports