Re: Running a remote graphic program

2006-01-30 Thread Alejandro Salas
Hi... thanx everyone for all your input. It's been very helpful. Forgive me for my newbie question. Thanx again. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- To UNSUBSCRIBE, email to

Re: Running a remote graphic program

2006-01-28 Thread David Kirchner
On 1/27/06, Matt Zagrabelny <[EMAIL PROTECTED]> wrote: > *) instead tunnel everything through ssh >i turn that on by default for my ssh server: > >$ grep X11Forwarding /etc/ssh/sshd_config >X11Forwarding yes >(restart the server for this to take affect, > /etc/init.d/ssh restart

Re: Running a remote graphic program - correction

2006-01-28 Thread Anthony Campbell
On 28 Jan 2006, Anthony Campbell wrote: > On 27 Jan 2006, Yani Copas wrote: > > > > > > Alejandro Salas wrote: > > >Hi everyone.. > > > > > >Can someone tell me or point me in the right direction > > >of what I have to do in order to run a remote program > > >with graphics?. I have ssh access and

Re: Running a remote graphic program

2006-01-28 Thread Anthony Campbell
On 27 Jan 2006, Yani Copas wrote: > > > Alejandro Salas wrote: > >Hi everyone.. > > > >Can someone tell me or point me in the right direction > >of what I have to do in order to run a remote program > >with graphics?. I have ssh access and everything, I > >suppose it has something to do with the

Re: Running a remote graphic program

2006-01-27 Thread Digby Tarvin
The simplest solution is if your client and server are both on a trusted LAN (isolated or behind a firewall) such as my system here where I am using a NCD X-Terminal to talk to my PCs. In this case, you just set the DISPLAY environment variable to the address of the display with something like

Re: Running a remote graphic program

2006-01-27 Thread Yani Copas
Alejandro Salas wrote: Hi everyone.. Can someone tell me or point me in the right direction of what I have to do in order to run a remote program with graphics?. I have ssh access and everything, I suppose it has something to do with the DISPLAY variable, but I'm not sure of exactly what to do

Re: Running a remote graphic program

2006-01-27 Thread Andreas Janssen
Hello Alejandro Salas (<[EMAIL PROTECTED]>) wrote: > Can someone tell me or point me in the right direction > of what I have to do in order to run a remote program > with graphics?. I have ssh access and everything, I > suppose it has something to do with the DISPLAY > variable, but I'm not sure

Re: Running a remote graphic program

2006-01-27 Thread Florian Kulzer
Alejandro Salas wrote: Hi everyone.. Can someone tell me or point me in the right direction of what I have to do in order to run a remote program with graphics?. I have ssh access and everything, I suppose it has something to do with the DISPLAY variable, but I'm not sure of exactly what to do.

Re: Running a remote graphic program

2006-01-27 Thread Matt Zagrabelny
On Fri, 2006-01-27 at 10:21 -0800, Alejandro Salas wrote: > Hi everyone.. > > Can someone tell me or point me in the right direction > of what I have to do in order to run a remote program > with graphics?. I have ssh access and everything, I > suppose it has something to do with the DISPLAY > var

Running a remote graphic program

2006-01-27 Thread Alejandro Salas
Hi everyone.. Can someone tell me or point me in the right direction of what I have to do in order to run a remote program with graphics?. I have ssh access and everything, I suppose it has something to do with the DISPLAY variable, but I'm not sure of exactly what to do. Thanx in advance __