ssh forwarding

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

ssh forwarding

2,007 次查看
erikraynolds
Contributor IV

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?

 

标签 (1)
标记 (1)
0 项奖励
回复
2 回复数

1,874 次查看
erikraynolds
Contributor IV

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 项奖励
回复

1,874 次查看
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 项奖励
回复