Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 To: cygwin AT cygwin DOT com From: Henri Irla Subject: Problem running windows application, using ssh command on remote unix session Date: Thu, 2 Dec 2004 20:25:43 +0000 (UTC) Lines: 43 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet AT sea DOT gmane DOT org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 195.114.80.97 (Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR; rv:1.7.3) Gecko/20040910) X-IsSubscribed: yes *Situation: -Windows XP machine with cygwin and ssh installed ( new cygwin version) -Unix machine launch windows command using local or remote ssh -correct Mount point on cygwin machine (/sophos) located on unix machine -Windows command ( /sophos/setup.exe -IN -INL -update ) : no windows display, no interactive, automated process -all machine are LAN connected, no FW *Result: -Correct execution on any cygwin terminal in windows machine ccommand passed with ssh remote ( Unix or Windows remote) correct but sophos command not executed ! Any one has any idea ? How can i trap errors or log for windows command on Windows machine ? Regards *Log result of ssh transaction: bash-2.05a# /usr/local/bin/ssh -v -i /usr/local/SOPHOS/.ssh/id_dsa sweep AT tania "/sophos/setup.exe -IN -INL -UPDATE" OpenSSH_3.6p1, SSH protocols 1.5/2.0, OpenSSL 0x0090702f debug1: Connection established. ... debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received ... debug1: Next authentication method: publickey debug1: Offering public key: /usr/local/SOPHOS/.ssh/id_dsa debug1: Server accepts key: pkalg ssh-dss blen 433 lastkey 808d530 hint 0 debug1: Authentication succeeded (publickey). debug1: channel 0: new [client-session] debug1: Entering interactive session. debug1: Sending command: /sophos/setup.exe -IN -INL -UPDATE debug1: channel 0: request exec debug1: channel 0: open confirm rwindow 0 rmax 32768 debug1: channel 0: rcvd eof debug1: channel 0: output open -> drain debug1: channel 0: obuf empty debug1: channel 0: close_write debug1: channel 0: output drain -> closed debug1: client_input_channel_req: channel 0 rtype exit-status reply 0 ... debug1: Transferred: stdin 0, stdout 0, stderr 0 bytes in 13.4 seconds debug1: Bytes per second: stdin 0.0, stdout 0.0, stderr 0.0 debug1: Exit status 0 -- 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/