xclient from other computers can not appear on my screen

Asked by Markus

Hi all,

how can I allow to appear xclients from other linux pc`s on my screen. The default seems to block it.

I opened a ssh shell and try to open acroread.

(acroread:10792): Gtk-WARNING **: cannot open display:

Thanks
Markus

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu yelp Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Soren Hansen (soren) said :
#1

If possible (ie. you control both ends of the ssh connection), you should enable X11 forwarding on both ends.

On the server side this is done by setting "X11Forwarding yes" in /etc/ssh/sshd_config, and on the client side by either setting "ForwardX11 yes" in /etc/ssh/ssh_config, $HOME/.ssh/config or running the ssh command with the -X option.

Have fun! :-)

Can you help with this problem?

Provide an answer of your own, or ask Markus for more information if necessary.

To post a message you must log in.