ssh and x11 - repost
[email protected] Wed, 24 Feb 2010 16:19:52 -0800
| Newsgroups | gmane.network.openssh.general |
|---|---|
| Message-ID | <[email protected]> |
Hi all, I'm using openssh 4.3 on Centos 5.3. My problem is this; I can ssh to localhost and then run an X app like so; ssh localhost img_disp However if I do this in the same line; ssh localhost img_disp Nothing happens. Running ps shows the app but nothing on my display. ssh -X has no effect. I can run other X11 apps like so; ssh localhost maya or ssh localhost shake However img_disp seems to do something else with the display. Is there a particular sshd.conf setting I need to have for this to work? Thanks in advance, - aurf