Re: How to remotely log in and execute a program

2007-10-15 Thread Brian Mathis
On 10/13/07, Gary Johnson <[EMAIL PROTECTED]> wrote: > On 2007-10-13, ppmoore wrote: > > Hello again, > > > > 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 f

Re: How to remotely log in and execute a program

2007-10-13 Thread Gary Johnson
On 2007-10-13, ppmoore wrote: > Hello again, > > 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

Re: How to remotely log in and execute a program

2007-10-13 Thread ppmoore
Hello again, 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] "command" But is ther