Mark Gillingham wrote: > >On Wednesday, February 11, 2004, at 12:36 AM, Cristian Gutierrez wrote:
>% ssh -X -v web2.mydomain.org /usr/X11R6/bin/xcalc >[...] >Error: Can't open display: As someone else already pointed out in answer on this thread, you may be missing the xbase-clients package, which would enable B's sshd to set up the "proxyed X server". >I still have a display error as seen by the following log from a >session like ssh -X B ssh -X C xclock: > >% ssh -X -v web2.mydomain.org ssh -X bitbox.mydomain.org >/usr/X11R6/bin/xclock Yes, because the middle step (X forwarding from B) cannot be accomplished. >A's sshd_config file has the following settings (A is OS X Darwin): > >X11Forwarding yes A's sshd is untouched. If any, you should put your client options in ~/.ssh/options. >B's sshd_config file has the following settings (B is Wood): > >X11Forwarding yes >X11DisplayOffset 10 This is ok; it just can't be used because of the missing package, AFAICT. >C's sshd_config file has the following settings (C is HR7.3): > >#X11Forwarding no >X11Forwarding yes You should be certain that the equivalent package in C is installed. If it has a working X installation, it should be fine. -- Cristian Gutierrez http://www.dcc.uchile.cl/~crgutier [EMAIL PROTECTED] Jabber:[EMAIL PROTECTED] The opposite of a correct statement is a false statement. But the opposite of a profound truth may well be another profound truth. -Niels Bohr -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]