Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Message-ID: <3956.217.162.71.141.1092031898.squirrel@217.162.71.141>
In-Reply-To: <Pine.GSO.4.58.0408081141201.4727@slinky.cs.nyu.edu>
References: <1614.217.162.71.141.1091552632.squirrel@217.162.71.141> <6.1.0.6.0.20040803172459.0338a528@pop.prospeed.net> <3552.217.162.71.141.1091799815.squirrel@217.162.71.141> <Pine.GSO.4.58.0408081141201.4727@slinky.cs.nyu.edu>
Date: Mon, 9 Aug 2004 08:11:38 +0200 (CEST)
Subject: Re: Redirect stdout from SSH
From: "David E. Meier" <dev@eth0.ch>
To: cygwin@cygwin.com
User-Agent: SquirrelMail/1.4.3a
MIME-Version: 1.0
Content-Type: text/plain;charset=iso-8859-1
Content-Transfer-Encoding: 8bit
X-Virus-Scanned: by amavisd-new at inetworx.ch
X-IsSubscribed: yes

Thank you Igor for your helpful explanation. The '-n' flag does the trick,
too. And looking at the man pages now just makes me wonder why I did not
RTFM well enough before! ;-)

Dave.

>
> By default, ssh is an interactive program, even if the program it invokes
> isn't.  Therefore, ssh contains some code that sets up standard input and
> its properties.  This code may cause some problems when invoked from a
> non-pty-aware application (such as a C# program).  You can redirect
> standard input, as you've already discovered, or simply use the '-n'
> option to ssh.
> 	Igor
> --
> 				http://cs.nyu.edu/~pechtcha/
>       |\      _,,,---,,_		pechtcha@cs.nyu.edu
> ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
>      |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
>     '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!
>
> "Happiness lies in being privileged to work hard for long hours in doing
> whatever you think is worth doing."  -- Dr. Jubal Harshaw
>
>



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

