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 i I get a blank line instead of the correct localhost:10.0.
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?