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 From: Shaddy Baddah To: The Cygwin Mailing List Message-ID: <426771A6.6070501@hotmail.com> Date: Thu, 21 Apr 2005 17:25:58 +0800 User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) MIME-Version: 1.0 Subject: Re: Updated: OpenSSH-4.0p1-1 References: <20050403125734 DOT GM1471 AT cygbert DOT vinschen DOT de> In-Reply-To: <20050403125734.GM1471@cygbert.vinschen.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, Just thought it might be wise to put on the record that the Cygwin build of OpenSSH-4.0p1-1 also suffers from the upstream bug reported in http://bugzilla.mindrot.org/show_bug.cgi?id=996: Summary: Fatal error in xfree() when scp invokes ssh with a LocalForward config A search of the cygwin mailing list didn't not bring any detail on it, so here it is for others to find. There is a workaround, until the next version gets released. You can place a colon in front of your local forward spec in your .ssh/config file as so: LocalForward 10666 arbitraryhost1:1666 -> LocalForward :10666 arbitraryhost1:1666 Regards, Shaddy -- 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/