Subj : Re: remote X To : comp.os.linux From : cfk Date : Sun Dec 19 2004 07:57 pm Dear Scott: Actually, I figured it out in the intervening hour. Mr. Murphy usually allows me to ask a question publicly and then allows me to find the answer about 5 minutes later. It turns out that in the file /etc/ssh/sshd_config is the innocent little statement 'X11Forwarding no'. It that statement is changed from no to yes, then it is possible from a different computer to say: ssh -X xx.xx.xx.xx and after logging on, one can then invoke, say kwrite. At this particular point, I am puzzling over a myriad of warnings from kwrite about a bunch of missing icons in the /usr/share/icons sub-directory that appears to need an 'apt-get instll kde-devel' and thats what my Debian system is currently kerchunking on. Charles "Scott Wertz" wrote in message news:pan.2004.12.19.19.48.56.569987@example.com... > On Sun, 19 Dec 2004 18:48:31 +0000, cfk wrote: > > > > I cannot run an X program using ssh from either 'R' or 'F' to 'D'. > > > > I tried 'xhost +localhost' on 'D' and rebooted it to no avail. > > I'm sorry that I don't have an answer to your question, but one statement > you made indicates that you might have an answer for mine: > > > I have been able to run X programs using ssh on 'R' from 'F' and on > > 'F' from 'R' essentially out-of-the-box with no special incantations. > > Does that mean that you are able to display back X programs from a system > that is reachable only on port 22? Can you please point me to a tutorial > or a book that explains how to do that? > > I can run remote X, but doing so over ssh escapes me, so far. .