I have not found this exact question but I could be using incorrect terms. In Ubuntu 16.04 I was able to start graphical applications over SSH by first running:
export DISPLAY=0.0
then any graphical program will open when launched in the same SSH session.
For example nohup sudo -u $LOCALUSER gedit &
will open up gedit
for the local user to use.
I am aware that the switch from the aging X11 to Wayland is the reason this no longer works.
What would be the current way to do this in 17.10/Wayland? Most of my workstations are managed remotely for local operators with limited access. A one liner solution for this would be desirable. We cannot do any complicated modifications from the initial install. The lack of information makes me think this is not possible in the default install, and requires system modification. Is a "one liner" on a default system possible to allow launching of GUI applications via SSH?
If not possible, we can wait until this update is made before upgrading.