X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <183c528b0710150618n4059118ehc8291cf6f379b144@mail.gmail.com> Date: Mon, 15 Oct 2007 09:18:33 -0400 From: "Brian Mathis" To: cygwin AT cygwin DOT com Subject: Re: How to remotely log in and execute a program In-Reply-To: <20071013182220.GB8632@suncomp1.spk.agilent.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <13191124 DOT post AT talk DOT nabble DOT com> <13192157 DOT post AT talk DOT nabble DOT com> <20071013182220 DOT GB8632 AT suncomp1 DOT spk DOT agilent DOT com> X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On 10/13/07, Gary Johnson 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 from a local Cygwin xterm: > > DISPLAY=localhost:0.0 ssh -Y -C -q user AT remote-machine "command" > > > > But is there a way to do it by running a Cygwin script on the Windows box? > > IIUUC, yes, just install the ssh server on your Cygwin/Windows box. > The instructions are here: > > /usr/share/doc/Cygwin/openssh.README > > Regards, > Gary > There's not need for an SSH server on the Windows box. You only need the client, as the login is going from Windows to Linux. To execute a script instead of xterm, just run the script instead! :) In your command above, forget the "DISPLAY" stuff and put whatever the name of the command you want to run inside "command". In most cases, a simple "ssh user AT hostname command" would suffice. Once you have the ssh keys set up, you don't even need a password. Once that is done and working, if you want to run it automatically, look into "cron". -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/