passing DISPLAY variable from Linux to sun v240 with solaris 9

From: jg (Jozef.Gniadek_at_algonquincollege.com)
Date: 07/20/05


Date: 20 Jul 2005 09:46:32 -0700

Hi,
I need to pass X11 to sun box because some application required GUI.
I set 'X11forwarding yes' in sshd_config on Linux box. Also I did the
same on sun box.
When I run:
ssh -X user@host.domain.com
prompted me for password and next comming message:
"Connection to host.domain.com closed by remote host"

When I comment:
#X11forwarding yes
in sshd_config on sun box and run:

 ssh -X user@host.domain.com

I'm getting connections but without passing X11.

I'm getting connections with passing X11 from this linux box to other
sun boxes on which I did this configuration long time ago (sshd_config
and ssh_config) looks the same on older and new sun boxes.

Probably I need to change some flag or parameter in other place, but I
don't remember now...

Any help will be very appreciate

Jozef



Relevant Pages