ssh forwarding

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

ssh forwarding

880 Views
erikraynolds
Contributor III

I want the ssh-connect with enabled x11 forwarding to my Yocto remote target using as

ssh -XY root@xxx.xxx.xxx

I have enabled xauth on my system ... as well enabled X11 forwarding at
/etc/ssh/ssh_config 
ForwardX11 yes
and /etc/ssh/sshd_config
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

is there any idea how to fix it?

 

Labels (1)
Tags (1)
0 Kudos
2 Replies

747 Views
erikraynolds
Contributor III

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

0 Kudos

747 Views
b36401
NXP Employee
NXP Employee

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!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos