Results 1 to 7 of 7
I have two boxes on the lan, one running SUSE 9.2 and the other Slack 10.1. I am connecting remotely via ssh and I want to run X in both ...
- 04-26-2005 #1
unable to run remote X session
I have two boxes on the lan, one running SUSE 9.2 and the other Slack 10.1. I am connecting remotely via ssh and I want to run X in both but only working on one side. Here are the attempts:
I can ssh -X from the Slack box to the SUSE box and run X wm OK.
I can ssh -X from SUSE box to the Slack box and ok in text mode but cannot run X. When I call up any wm such as kde i get "..no such command." When iI get a blank line instead of the correct localhost:10.0.Code:$ echo $DISPLAY
In the Slack /etc/ssh/sshd_config I added the line: X11Forwarding yes
In this file I see the line #X11Forwarding no which would imply that it is on by default but only speculating.
Any ideas why this won't work?
- 04-26-2005 #2
I hope I'm not misunderstanding what you've edited in /etc/ssh/ssh_config but try uncommenting the line. That is, delete the "#" in front of #X11Forwarding no, and change no to yes. Save and exit.
- 04-26-2005 #3Hmmm. I'll certainly do that though I would think that my having typed in the uncommented line _X11Forwarding yes_ would have the same result. Well I'll do as you suggest and let you know.
Originally Posted by Dapper Dan
Thanks.
- 04-26-2005 #4
You may also want to try -Y instead of -X.
- 04-26-2005 #5Commenting out the X11........ and changing to yes did indeed get me to X. So great to that point. Right now having problem loading wm but did at least get glxgears to run!!
Originally Posted by Dapper Dan
I'll update you in a few after trying couple more things.
- 04-26-2005 #6
If you're using kde - startkde
gnome - gnome-session
icewm - icewm-session.
- 04-26-2005 #7That's it. I was just trying <xfce>, <kde>.....
Originally Posted by Dapper Dan
Thanks very much for you help and the solution. Cu around...


Reply With Quote