X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=hdETw/wZPK9k9MvbmDKJrn2D8JsZsMwjKoqPjeJRraz 7kowv5CTBNbHtRUOv77IzkBxkGdhOxXSWp1DPRyASZ1AcZ/R1XX1iTU76Zpyi8E0 Pcz8L4lLI6890WyW8DBImvmbOlnXDSBw2RscDTww7UNJn9Spew3Kh+/ju9TBpJBQ = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=4EgzjrQK3t3UxlgAjFkDDuqE8iE=; b=gS55hTlAFrCwC8Izh ybphIOCKUa7sET0h7Zb7zmaQIe3akswUI8jmQAaitTnspdGVF1VY3IKZRkTexJkv GbAAn0BNpS26KgURF+3Ov9cV8uWHKWF6PftibCjKNIM/u104O9oa85DXdWUYFG48 v9vok1F8rpcF2DwYXKN0GXbjrQ= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: vms173025pub.verizon.net Message-id: <52BE40A5.6020008@verizon.net> Date: Fri, 27 Dec 2013 22:08:21 -0500 From: Gerry Reno User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 MIME-version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: connection sharing References: <52BCD4C3 DOT 3010808 AT verizon DOT net> <9A5BDB353E734A6F9C03D5B1B84F34CE AT NCC1701> In-reply-to: <9A5BDB353E734A6F9C03D5B1B84F34CE@NCC1701> Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7bit X-IsSubscribed: yes $ grep Control /etc/ssh_config ControlMaster auto ControlPath ~/.ssh/cm_socket/%r@%h:%p $ ssh -M -L 5432:192.168.2.105:5432 greno AT 192 DOT 168 DOT 2 DOT 103 greno AT 192 DOT 168 DOT 2 DOT 103's password: bind: Address already in use channel_setup_fwd_listener: cannot listen to port: 5432 Could not request local forwarding. $ (this is the remote connection) ### instead of reusing the first connection it creates a new connection every time under Cygwin. I also found an old posting by Corrina that stated that connection sharing was not implemented but that was back around 2009. Maybe it's still not implemented. On 12/27/2013 09:54 PM, Brian S. Wilson wrote: > > It's possible. Perhaps if you described the error you were seeing, and included the cygcheck files (as suggested in > the web page section on reporting bugs) someone would be willing to work with you on the issue. > > -----Original Message----- > > I was trying to get ssh connection sharing working today under Cygwin but could not get it to work. > > Is this not possible under Cygwin? > -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple