X-Spam-Check-By: sourceware.org
Date: Thu, 11 May 2006 16:32:33 -0400
From: David Arnstein <arnstein@panix.com>
To: cygwin@cygwin.com
Subject: Re: ssh to 2003 server exist immediately
Message-ID: <20060511203233.GA2673@panix.com>
Reply-To: arnstein@pobox.com
References: <e3s32l$k60$1@sea.gmane.org> <4461FD21.3050606@cygwin.com> <e3t060$q2n$1@sea.gmane.org> <44622D6F.2090303@cygwin.com> <e3u80a$vbr$1@sea.gmane.org> <e3ubdt$cdt$1@sea.gmane.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <e3ubdt$cdt$1@sea.gmane.org>
User-Agent: Mutt/1.5.10i
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
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

On Wed, May 10, 2006 at 08:35:24PM -0700, Andrew DeFaria wrote:
> Andrew DeFaria wrote:
> This is very frustrating because my client relies on a command I wrote 
> called "smake" which essentially boils down to: "rsh <server> -n cd 
> <directory> && make" that is intended to perform the make on <server>. 
> As you can see it relies on rsh, passwordless login to <server> 
> executing a command. But with this new 2003 server rsh <server> 
> <command> hangs!

Here is a long-shot guess. I had a situation where I could reliably do
an interactive ssh between two hosts. I could not do an scp though. 

I use the bash shell everywhere. My problem was that my .bashrc file
caused text output to occur. I had put in a debugging message
	echo entering .bashrc at `date`

When I removed this statement from my .bashrc, I was able to use scp.

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

