Re: problème X over ssh

2003-05-16 Thread Nicolas Delestre
et avec ssh -X jukebox qu'est ce que ca fait ? [EMAIL PROTECTED] wrote: Bonjour, un petit soucis depuis le reboot d'une machine sur laquelle je me loge en ssh. ssh -v jukebox me donne (entre autre ceci) jukebox% xclock debug1: client_input_channel_open: ctype x11 rchan 3 win 4096

Re: problème X over ssh

2003-05-16 Thread edeveaud
On Fri, 16 May 2003, Nicolas Delestre wrote: et avec ssh -X jukebox qu'est ce que ca fait ? même combat, normalemnt pas nécessaire en effet sur jukebox dans /etc/ssh/sshd_config X11Forwarding yes X11DisplayOffset 10 sur les clients qui se connectent à jukebox host *.sous_domaine.domaine.fr

problème X over ssh

2003-05-15 Thread edeveaud
Bonjour, un petit soucis depuis le reboot d'une machine sur laquelle je me loge en ssh. ssh -v jukebox me donne (entre autre ceci) jukebox% xclock debug1: client_input_channel_open: ctype x11 rchan 3 win 4096 max 2048 debug1: client_request_x11: request from 127.0.0.1 1033 debug1: fd

X over ssh

2003-03-30 Thread Michael Naumann
/ssh_config gives no lines that are not commented So I do not see any difference and yet, X over ssh only works in one direction. Any pointer gladly apriciated, Michael -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: X over ssh

2003-03-30 Thread Paul Johnson
On Sun, Mar 30, 2003 at 06:22:06PM +0200, Michael Naumann wrote: I'm a bit clueless now. Hopefully anybody can help me out here. I have two machines m1 and m2 (both woody) connected. I can ssh -X successfully from m1 to m2 and vice versa. That's all you need to do. Don't expect full X

Re: X over ssh

2003-03-30 Thread Michael Naumann
. That's all you need to do. Don't expect full X sessions over SSH, that's not what's intended there. Oh, somehow I expected another answer. I'm quite sure, that it should be possible to tunnel X over ssh. And in one direction it works perfectly. So from machine m1 ssh -X m2 xlogo works fine

Re: X over ssh

2003-03-30 Thread Frank Gevaerts
On Sun, Mar 30, 2003 at 07:53:21PM +0200, Michael Naumann wrote: Oh, somehow I expected another answer. I'm quite sure, that it should be possible to tunnel X over ssh. And in one direction it works perfectly. So from machine m1 ssh -X m2 xlogo works fine, whereas from machine m2 ssh

Re: X over ssh

2003-03-30 Thread Joseph Barillari
PJ == Paul Johnson [EMAIL PROTECTED] writes: PJ On Sun, Mar 30, 2003 at 06:22:06PM +0200, Michael Naumann wrote: I'm a bit clueless now. Hopefully anybody can help me out here. I have two machines m1 and m2 (both woody) connected. I can ssh -X successfully from m1 to m2

Re: X over ssh

2003-03-30 Thread Michael Naumann
On Sunday 30 March 2003 20:17, Frank Gevaerts wrote: On Sun, Mar 30, 2003 at 07:53:21PM +0200, Michael Naumann wrote: Oh, somehow I expected another answer. I'm quite sure, that it should be possible to tunnel X over ssh. And in one direction it works perfectly. So from machine m1

Re: X over ssh

2003-03-30 Thread Shyamal Prasad
Michael == Michael Naumann [EMAIL PROTECTED] writes: Michael So I do not see any difference and yet, X over ssh only Michael works in one direction. Michael Any pointer gladly apriciated, Run 'ssh -v -X' and see what the last few lines tell you about the X forwarding

Re: X over ssh

2003-03-30 Thread Bob Proulx
Joseph Barillari wrote: PJ That's all you need to do. Don't expect full X sessions over SSH, PJ that's not what's intended there. There is a project called s-terminal http://ayesha.phys.virginia.edu/~bryan/projects/knoppix/sterminal/ And also VNC should be mentioned here too.

Re: X over ssh

2003-03-30 Thread ronin2
On Sun, 30 Mar 2003 13:38:42 -0700 [EMAIL PROTECTED] (Bob Proulx) wrote: And also VNC should be mentioned here too. http://www.uk.research.att.com/vnc/ apt-cache show vncserver xvncviewer tightvncserver is a debian package of tightVNC, also worth mention. Kevin -- To

X over ssh

2001-08-17 Thread dman
This isn't really Debian related, but I'm having some trouble with X over ssh. I am at a win2k box with XWin32 running ( access control disabled). I use ssh (from cygwin) on that box to login to a FreeBSD box (our webhosting server). The DISPLAY variable is correctly set, but whenever I try

Re: X over ssh

2001-08-17 Thread Karsten M. Self
on Fri, Aug 17, 2001 at 11:23:19AM -0400, dman ([EMAIL PROTECTED]) wrote: This isn't really Debian related, but I'm having some trouble with X over ssh. I am at a win2k box with XWin32 running ( access control disabled). I use ssh (from cygwin) on that box to login to a FreeBSD box (our

Re: X over ssh

2001-08-17 Thread dman
On Fri, Aug 17, 2001 at 11:39:27AM -0700, Karsten M. Self wrote: | on Fri, Aug 17, 2001 at 11:23:19AM -0400, dman ([EMAIL PROTECTED]) wrote: | | This isn't really Debian related, but I'm having some trouble with X | over ssh. I am at a win2k box with XWin32 running ( access control

Re: X over ssh

2001-08-17 Thread Karsten M. Self
| over ssh. I am at a win2k box with XWin32 running ( access control | disabled). I use ssh (from cygwin) on that box to login to a FreeBSD | box (our webhosting server). The DISPLAY variable is correctly set, | but whenever I try to run an X app I get : | | It's not clear from what

Re: X over ssh

2001-08-17 Thread Kirk Strauser
At 2001-08-17T19:13:34Z, dman [EMAIL PROTECTED] writes: When I login I get : $ ssh redoaksw.com [EMAIL PROTECTED]'s password: /usr/X11R6/bin/xauth: not found That's the error message I usually get when the X libraries aren't installed on the machine I'm ssh'ing into. Are you positive

Re: X over ssh

2001-08-17 Thread dman
: | | | | This isn't really Debian related, but I'm having some trouble with X | | over ssh. I am at a win2k box with XWin32 running ( access control | | disabled). I use ssh (from cygwin) on that box to login to a FreeBSD | | box (our webhosting server). The DISPLAY variable is correctly set

Re: X over ssh

2001-08-17 Thread dman
On Fri, Aug 17, 2001 at 03:47:56PM -0500, Kirk Strauser wrote: | | At 2001-08-17T19:13:34Z, dman [EMAIL PROTECTED] writes: | | When I login I get : | | $ ssh redoaksw.com | [EMAIL PROTECTED]'s password: | /usr/X11R6/bin/xauth: not found | | That's the error message I usually get when the

Re: Problem forwarding X over ssh

1999-12-14 Thread William Burrow
On Mon, Dec 13, 1999 at 01:49:55PM -0700, Gary Hennigan wrote: what network it was attached to. This local name doesn't necessarily correspond to its real name on the network and thus ssh was setting the display to this local name instead of the laptops real network name. Obviously this

RE: problems forwarding X over SSH...

1999-12-14 Thread Glen S Mehn
? Regards, Glen Subject: Re: Problem forwarding X over ssh Date: Mon, 13 Dec 1999 22:17:58 -0400 From: William Burrow [EMAIL PROTECTED] To: Gary Hennigan [EMAIL PROTECTED] CC: debian-user@lists.debian.org On Mon, Dec 13, 1999 at 01:49:55PM -0700, Gary Hennigan wrote: what network

Re: Problem forwarding X over ssh

1999-12-13 Thread hservoma
Mark Santaniello [EMAIL PROTECTED] wrote: Right now, if I ssh to the machine, and attempt to run an X app...say xterm...it gives this error: _X11TransSocketINETConnect: Can't connect: errno = 110 xterm Xt error: Can't open display: progression:10.0 1) From what machine to what machine (ssh

Re: Problem forwarding X over ssh

1999-12-13 Thread Gary Hennigan
[EMAIL PROTECTED] writes: Mark Santaniello [EMAIL PROTECTED] wrote: Right now, if I ssh to the machine, and attempt to run an X app...say xterm...it gives this error: _X11TransSocketINETConnect: Can't connect: errno = 110 xterm Xt error: Can't open display: progression:10.0 1) From what

Re: Problem forwarding X over ssh

1999-12-13 Thread Cormac McGuinness
On Mon, Dec 13, 1999 at 09:24:30AM -0700, Gary Hennigan wrote: [EMAIL PROTECTED] writes: Mark Santaniello [EMAIL PROTECTED] wrote: Right now, if I ssh to the machine, and attempt to run an X app...say xterm...it gives this error: _X11TransSocketINETConnect: Can't connect: errno = 110

Re: Problem forwarding X over ssh

1999-12-13 Thread Gary Hennigan
Cormac McGuinness [EMAIL PROTECTED] writes: On Mon, Dec 13, 1999 at 09:24:30AM -0700, Gary Hennigan wrote: [EMAIL PROTECTED] writes: Mark Santaniello [EMAIL PROTECTED] wrote: Right now, if I ssh to the machine, and attempt to run an X app...say xterm...it gives this error:

Problem forwarding X over ssh

1999-12-12 Thread Mark Santaniello
Hi, I am having trouble getting X to forward across ssh from my debian box. I have the following settings in my /etc/ssh/sshd_config: X11Forwarding yes X11DisplayOffset 10 I have xauth installed (did that after getting an error about X forwarding upon connection). Right now, if