X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=0.0 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org MIME-Version: 1.0 Date: Tue, 15 Sep 2009 16:51:35 +0530 Message-ID: <6d19fbfd0909150421q666333ffr3d6c2ec150d627b1@mail.gmail.com> Subject: SSH subsystems From: Girish Sadhani To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Hello All, I am using Cygwin to host SSH server on my windows machine. I want to define a subsystem, this subsystem will be invoked by a script (not thru shell) running on a remote machine. I have configured the subsystem in the sshd_config as follows: Subsystem mysubsytem /usr/sbin/invokescript Invokescript is a shell script which in turn invokes a TCL script. My question is : Is the 'stdin' and 'stdout' same for the shell script and the TCL script ? Any pointers will be helpful. Thanks & Regards, Girish. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple