This is the mail archive of the cygwin@sources.redhat.com 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]

RE: openssh 2.1.1p4



Shtil, Yuri wrote:
>but ssh host perl -v seems to eat the output.

Try:
	ssh -t host perl -v

I assume you are using ActiveState's Perl.  Native
Windows CLI tools will not understand all the stdio
redirection that ssh performs.  However, forcing a
pseudo-tty to be allocated should help in some cases.

A Cygwin aware perl won't have this problem.  Also, not
all Windows CLI tools will behave as you expect when
run over pseudo-ttys (implemented using Win32 anonymous
pipes).

Hope this helps.

Eric Fifer

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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