Re: Problems with SSH and X11

2003-09-09 Thread Mariano Kamp
Jacob, thanks for your detailed answer - it works now. On Tuesday 09 September 2003 05:12, Jacob Anawalt wrote: > When you ssh with X11 forwarding, and the remote system at least has > xbase-clients installed (the local would have a full X11 system) there > should not be a need to use xhost. I

Re: Problems with SSH and X11

2003-09-09 Thread Ismael Valladolid Torres
El lunes, 8 de septiembre de 2003, a las 22:33, Mariano Kamp escribe: > I am behind a firewall. That should be ok then, shouldn't it? I find ssh lovely for tunneling almost every service across a firewall where only the port for the ssh server is open. Even better with compression enabled on sl

Re: Problems with SSH and X11

2003-09-08 Thread Jacob Anawalt
Mariano Kamp wrote: On Sunday 07 September 2003 19:01, Paul Johnson wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, Sep 06, 2003 at 11:16:02PM +0200, Mariano Kamp wrote: Silly me. After running xhost .. even those last problems vanished... xhost is great...if you don't

Re: Problems with SSH and X11

2003-09-08 Thread Mariano Kamp
Paul, I am behind a firewall. That should be ok then, shouldn't it? Anyway, would there be any other way to enable one box to use of X from another box? Cheers, Mariano On Sunday 07 September 2003 19:01, Paul Johnson wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Sat, Sep

Re: Problems with SSH and X11

2003-09-07 Thread Paul Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, Sep 06, 2003 at 11:16:02PM +0200, Mariano Kamp wrote: > Silly me. After running xhost .. even those last problems vanished... xhost is great...if you don't mind anybody else being able to read your screen and what you're typing remotely withou

Re: Problems with SSH and X11

2003-09-07 Thread Paul Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, Sep 06, 2003 at 05:30:19PM +0200, Mariano Kamp wrote: > I have two boxes, one with X (black) and one without (rock). I want to run > an X Application on rock, but always get the message that it is not possible > to connect to the remote xse

Re: Problems with SSH and X11

2003-09-06 Thread Mariano Kamp
Silly me. After running xhost .. even those last problems vanished... On Saturday 06 September 2003 18:28, Mariano Kamp wrote: > Hi Christophe, > > thanks for taking the time. > > I double checked the syntax with the man pages and I believe I already > set it up this way ... with no success. >

Re: Problems with SSH and X11

2003-09-06 Thread Mariano Kamp
Hi Colin, Ismael, thanks very much for the help ... I can see progress now. > I bet you don't have xbase-clients installed on the remote system. Yeah, the settings of the DISPLAY variable works fine now. rock:~# xterm Xlib: connection to "localhost:10.0" refused by server Xlib: Invalid MIT-MAG

Re: Problems with SSH and X11

2003-09-06 Thread Mariano Kamp
Hi Christophe, thanks for taking the time. I double checked the syntax with the man pages and I believe I already set it up this way ... with no success. black:/etc/ssh# grep orward * ssh_config:ForwardAgent yes ssh_config:ForwardX11 yes sshd_config:X11Forwarding yes rock:/etc/ssh#

Re: Problems with SSH and X11

2003-09-06 Thread Ismael Valladolid Torres
El sábado, 6 de septiembre de 2003, a las 17:30, Mariano Kamp escribe: > I have two boxes, one with X (black) and one without (rock). I want to run > an X Application on rock, but always get the message that it is not possible > to connect to the remote xserver. With security in mind, X11 for

Re: Problems with SSH and X11

2003-09-06 Thread Colin Watson
On Sat, Sep 06, 2003 at 05:30:19PM +0200, Mariano Kamp wrote: > [EMAIL PROTECTED]:~$ ssh -X rock > The authenticity of host 'rock (192.168.0.1)' can't be established. > [EMAIL PROTECTED]'s password: > Linux rock 2.4.18-bf2.4 #1 Son Apr 14 09:53:28 CEST 2002 i686 GNU/Linux > [..] abbreviated > [EM

Problems with SSH and X11

2003-09-06 Thread Mariano Kamp
Hi, I have two boxes, one with X (black) and one without (rock). I want to run an X Application on rock, but always get the message that it is not possible to connect to the remote xserver. What I do is the following: [EMAIL PROTECTED]:~$ ssh -X rock The authenticity of host 'rock (192.1