Re: exporting DISPLAY question/problem
- From: Hajo Ehlers <service@xxxxxxxxxxxxx>
- Date: Wed, 21 Nov 2007 02:38:32 -0800 (PST)
On 21 Nov., 08:40, Huub <"v.niekerk at hccnet.nl"> wrote:
Then check why the DISPLAY variable is not set.1) Check the DISPLAY variable. Should be set to something like :
localhost:12:0
$ echo $DISPLAY
- XAUTH might be missing of not found
- DISPLAY variable will be set for some reason by your login
envrionment
( ksh: .profile, .kshrc )
- Run ssh in debug mode
$ ssh -v -v -v AixHost
- Run the sshd in debug mode and forground
A little bit out dated. Might be also the cause of the problem2) Check that the AIX package X11.apps.config is installed.
$ lslpp -l | grep X11.apps.config
$ lslpp -l | grep X11.apps.config
X11.apps.config 5.3.0.0 COMMITTED AIXwindows Configuration
What Version of ssh are you using ?3) Check that X-Forwarding is allowed thus the /etc/ssh/sshd_config
contains a line with:
X11Forwarding yes
Host *
ForwardAgent yes
ForwardX11 yes
hth
Hajo
.
- Follow-Ups:
- Re: exporting DISPLAY question/problem
- From: Huub
- Re: exporting DISPLAY question/problem
- References:
- exporting DISPLAY question/problem
- From: Huub
- Re: exporting DISPLAY question/problem
- From: Hajo Ehlers
- Re: exporting DISPLAY question/problem
- From: Huub
- Re: exporting DISPLAY question/problem
- From: Hajo Ehlers
- Re: exporting DISPLAY question/problem
- From: Huub
- exporting DISPLAY question/problem
- Prev by Date: Re: ssh command with cron
- Next by Date: Re: exporting DISPLAY question/problem
- Previous by thread: Re: exporting DISPLAY question/problem
- Next by thread: Re: exporting DISPLAY question/problem
- Index(es):
Relevant Pages
|