Re: How to remotely log in and execute a *GUI* program

2007-10-15 Thread ppmoore
Many thanks all, for the replies. I'll try them out this weekend when I'm at my home PC. Paul -- View this message in context: http://www.nabble.com/How-to-remotely-log-in-and-execute-a-program-tf4618783.html#a13217671 Sent from the Cygwin list mailing list archive at Nabble.com. -- Unsubscri

Re: How to remotely log in and execute a *GUI* program

2007-10-15 Thread cuicui
Larry Hall (Cygwin) a écrit : I'm recycling this thread to ask a similar question. Let's say that i have a windows box with sshd servicable on it. A can remotely launch command on the win box with ssh (ssh [EMAIL PROTECTED] "command args"). But what if the "command" is supposed to be a graph

Re: How to remotely log in and execute a *GUI* program

2007-10-15 Thread Larry Hall (Cygwin)
cuicui wrote: Brian Mathis a écrit : in, Just to say that I found a partial solution, by copying the ssh login keys generated on Cygwin on the Windows box to the .ssh directory on the remote Linux box, and then executing from a local Cygwin xterm: DISPLAY=localhost:0.0 ssh -Y -C -q [EMAIL

Re: How to remotely log in and execute a *GUI* program

2007-10-15 Thread cuicui
Brian Mathis a écrit : in, Just to say that I found a partial solution, by copying the ssh login keys generated on Cygwin on the Windows box to the .ssh directory on the remote Linux box, and then executing from a local Cygwin xterm: DISPLAY=localhost:0.0 ssh -Y -C -q [EMAIL PROTECTED] "comman