ssh with X window

2004-11-19 Thread Mauricio Lin
Hi all, I have tried to make the ssh works with X on my debian system and no successful results. On local mahine I have put: $ xhost ip_remote_host After that I type: $ ssh -X [EMAIL PROTECTED] After I logged I type export DISPLAY=ip_local_host:0.0 When I try to run any graphical

Re: ssh with X window

2004-11-19 Thread Adriano Rafael Gomes
Mauricio Lin escreveu: Hi all, I have tried to make the ssh works with X on my debian system and no successful results. On local mahine I have put: $ xhost ip_remote_host After that I type: $ ssh -X [EMAIL PROTECTED] After I logged I type export DISPLAY=ip_local_host:0.0 When I try to run any

Re: ssh with X window

2004-11-19 Thread Andreas Janssen
Hello Mauricio Lin ([EMAIL PROTECTED]) wrote: I have tried to make the ssh works with X on my debian system and no successful results. On local mahine I have put: $ xhost ip_remote_host Don't use xhost unless you know exactly what you do. Using xhost +ip_remote_host will allow that

Re: ssh with X window

2004-11-19 Thread Nate Duehr
On Fri, Nov 19, 2004 at 05:17:31PM +0100, Andreas Janssen wrote: Hello Mauricio Lin ([EMAIL PROTECTED]) wrote: I have tried to make the ssh works with X on my debian system and no successful results. On local mahine I have put: $ xhost ip_remote_host Don't use xhost unless