From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13270 invoked by alias); 4 Sep 2012 16:11:40 -0000 Received: (qmail 13260 invoked by uid 22791); 4 Sep 2012 16:11:38 -0000 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 Received: from plane.gmane.org (HELO plane.gmane.org) (80.91.229.3) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 04 Sep 2012 16:11:16 +0000 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1T8vid-0005hV-Ok for cygwin@cygwin.com; Tue, 04 Sep 2012 18:11:15 +0200 Received: from io0.gamesys.co.uk ([93.93.81.193]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 04 Sep 2012 18:11:15 +0200 Received: from maglez by io0.gamesys.co.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 04 Sep 2012 18:11:15 +0200 To: cygwin@cygwin.com From: Antoniette Subject: Re: ssh tunneling and keys - how to... Date: Tue, 04 Sep 2012 16:11:00 -0000 Message-ID: References: <1346762020.5257.YahooMailNeo@web87706.mail.ir2.yahoo.com> <20120904130349.M50796@ds.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@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2012-09/txt/msg00050.txt.bz2 Solved. I needed to force some parameters to make it work. Connect to the first server... ssh -A -2 readonlyuser@firstserver -i ".ssh/id_rsa" (path to your private key) ...now connect to the second server... ssh readonlyuser@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