I want the ssh-connect with enabled x11 forwarding to my Yocto remote target using as
ssh -XY root@xxx.xxx.xxx
/etc/ssh/ssh_configForwardX11 yes
X11Forwarding yes
X11DisplayOffset 10
XAuthLocation /usr/bin/xauth
After running the GUI application I have response:
Running on a compositor with no screens is not supported
I have available xauth even though can't ssh forwarding is not working ... This is a message.
Running on a compositor with no screens is not supported
You need to install xauth package that provides /usr/bin/xauth binary to use ssh X forwarding.
Have a great day,
Victor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------