Re: ssh X forwarding problem

2005-10-18 Thread Garrett Cooper

Try uncommenting,

#X11Forwarding yes
#X11UseLocalhost yes

at the very least and then restart the SSH server, if you have root  
access on it.

-Garrett
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ssh X forwarding problem

2005-10-18 Thread John Oxley
On Tue, Oct 18, 2005 at 12:24:56AM -0700, Garrett Cooper wrote:
 Try uncommenting,
 
 #X11Forwarding yes
 #X11UseLocalhost yes

Done that, to no avail.

-- 
John Oxley
Systems Administrator
Yo!Africa
E-Mail:  john at yoafrica.com
Tel: +263 4 858404
echo '9k[l:l;ss=0lx]s[1+ldd*l=d*-l;+dsrl=2**l:+ds=d*rd*+4-d15] 
s[q]s-[d77/3*2-s;47lx-P1+d78`]s`0[d23/.5-3*s:0l`xr10P1+d24$]ds$x'|dc
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ssh X forwarding problem

2005-10-18 Thread N Deepak
On Tue, Oct 18, 2005 at 09:11:32AM +0200, John Oxley wrote:
 I have two machines, cortizone and morphine.  On cortizone if I ssh into
 the box I can run X programs just fine (like eximon).  On morphine, I
 cannot get X forwarding going.
 
What exactly is the error message you see?

Try ssh -Y hostname (instead of -x) and see if it helps.

Regards,
Deepak

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ssh X forwarding problem

2005-10-18 Thread N Deepak
On Tue, Oct 18, 2005 at 01:31:35AM -0700, N Deepak wrote:
 On Tue, Oct 18, 2005 at 09:11:32AM +0200, John Oxley wrote:
  I have two machines, cortizone and morphine.  On cortizone if I ssh into
  the box I can run X programs just fine (like eximon).  On morphine, I
  cannot get X forwarding going.
  
 What exactly is the error message you see?
 
 Try ssh -Y hostname (instead of -x) and see if it helps.
 
Sorry, that is -X, not -x.

Regards,
Deepak

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ssh X forwarding problem [FIXED]

2005-10-18 Thread John Oxley
On Tue, Oct 18, 2005 at 01:34:39AM -0700, N Deepak wrote:
 On Tue, Oct 18, 2005 at 01:31:35AM -0700, N Deepak wrote:
  On Tue, Oct 18, 2005 at 09:11:32AM +0200, John Oxley wrote:
   I have two machines, cortizone and morphine.  On cortizone if I ssh into
   the box I can run X programs just fine (like eximon).  On morphine, I
   cannot get X forwarding going.
   
  What exactly is the error message you see?
  
  Try ssh -Y hostname (instead of -x) and see if it helps.
  
 Sorry, that is -X, not -x.

I had to install xorg-clients from ports and it works perfectly now.

-- 
John Oxley
Systems Administrator
Yo!Africa
E-Mail:  john at yoafrica.com
Tel: +263 4 858404
echo '9k[l:l;ss=0lx]s[1+ldd*l=d*-l;+dsrl=2**l:+ds=d*rd*+4-d15] 
s[q]s-[d77/3*2-s;47lx-P1+d78`]s`0[d23/.5-3*s:0l`xr10P1+d24$]ds$x'|dc
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]