On Tue, May 11, 2004 at 03:06:50PM +0300, Arik Baratz wrote: > > > Now that he's able to ssh, he cannot run X appl., he needs to use Lyx: > > [EMAIL PROTECTED]:~$ lyx > > X11 connection rejected because of wrong authentication at Tue May 11 11:37:12 > > 2004. > > a > > Rejected connection at Tue May 11 11:37:12 2004: X11 connection from > > rocky.bfr.co.il port 1356 > > > > lyx: Fatal IO error: client killed > > > if he's logged on directly to that machine without ssh'ing to it he is able > > to run X appl. > > Try to logout and login again using: > > ssh -X [EMAIL PROTECTED]
You may also need to enable X forwarding for ssh in /etc/ssh/sshd_config set: X11Forwarding yes > > That turns on X11 forwarding, and ssh handles the authentication. > > -- Arik > ********************************************************************** > This email and attachments have been scanned for > potential proprietary or sensitive information leakage. > Vidius, Inc. Protecting Your Information from the Inside Out. > www.vidius.com > ********************************************************************** > > > ================================================================To unsubscribe, send > mail to [EMAIL PROTECTED] with > the word "unsubscribe" in the message body, e.g., run the command > echo unsubscribe | mail [EMAIL PROTECTED] > > > +++++++++++++++++++++++++++++++++++++++++++ > This Mail Was Scanned By Mail-seCure System > at the Tel-Aviv University CC. > ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
