X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Antoniette Subject: Re: ssh tunneling and keys - how to... Date: Tue, 4 Sep 2012 16:10:59 +0000 (UTC) Lines: 11 Message-ID: References: <1346762020 DOT 5257 DOT YahooMailNeo AT web87706 DOT mail DOT ir2 DOT yahoo DOT com> <20120904130349 DOT M50796 AT ds DOT net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes 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 Solved. I needed to force some parameters to make it work. Connect to the first server... ssh -A -2 readonlyuser AT firstserver -i ".ssh/id_rsa" (path to your private key) ...now connect to the second server... ssh readonlyuser AT secondserver -- 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