This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Problem running windows application, using ssh command on remote unix session


*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@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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]