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]

SSH subsystems


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


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