Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Message-ID: <1614.217.162.71.141.1091552632.squirrel@217.162.71.141> Date: Tue, 3 Aug 2004 19:03:52 +0200 (CEST) Subject: Redirect stdout from SSH From: "David E. Meier" To: cygwin AT cygwin DOT 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 Hello list, I am writing a program in C# that calls some cygwin programs and redirects the standard output and error to a textbox. This works excellent with calls like "ls -al" or rsync. However, I cannot read the output generated by SSH. When I issue a command like "ssh user AT host ls -al" I can observe some network action but the application stalls, uses 100% CPU and never spits out something. The same command in the cygwin shell executes with the result expected. Since I use public key authentication SSH is not waiting for any login information. Is this a configuration issue of SSH? Thanks for any help. Dave. -- 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/