From owner-freebsd-questions Thu Jun 28 11:44:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smarthost1.mail.easynet.fr (smarthost1.mail.easynet.fr [212.180.1.68]) by hub.freebsd.org (Postfix) with ESMTP id 5B3C237B401 for ; Thu, 28 Jun 2001 11:44:27 -0700 (PDT) (envelope-from fonvi@easynet.fr) Received: from mx1.mail.easynet.fr (slb-1-sippriv.mail.easynet.fr [10.0.1.57]) by smarthost1.mail.easynet.fr (Postfix) with ESMTP id 522DAB9C2; Thu, 28 Jun 2001 20:44:26 +0200 (CEST) Received: from vobiscum.styx.org (adsl-1-37.adsl.easynet.fr [212.11.30.37]) by mx1.mail.easynet.fr (Postfix) with ESMTP id B9D16B6A4; Thu, 28 Jun 2001 20:44:21 +0200 (CEST) Received: (from marc@localhost) by vobiscum.styx.org (8.11.4/8.9.3/ - 6/08/98) id f5SIp3Q09204; Thu, 28 Jun 2001 20:51:03 +0200 (CEST) (envelope-from marc) Date: Thu, 28 Jun 2001 20:51:03 +0200 From: Marc Fonvieille To: Dan Langille Cc: freebsd-questions@FreeBSD.ORG Subject: Re: remote cvs access Message-ID: <20010628205103.A8441@vobiscum.styx.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200106281803.f5SI3q849045@lists.unixathome.org> X-Useless-Header: Black Metal inc. X-Operating-System: FreeBSD 4.3-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Dan, I used to connect to an anoncvs server from my laptop through my gateway. it ran fine. Here's what i used: From the laptop: % ssh -2 -N -f -L 2401:anoncvs.FreeBSD.org:2401 gateway % su -m # export CVSROOT=:pserver:anoncvs@localhost:/home/ncvs # cd /usr # cvs login (Logging in to anoncvs@localhost) CVS password: <-- as pwd type anoncvs and then # cvs co -rRELENG_4 src The difference from your case and mine (without talking about my gateway) is on the ssh command line: ssh -L 2401:localhost:2401 cvsup.example.org seems weird for me. From ssh manpage: -L port:host:hostport Specifies that the given port on the local (client) host is to be forwarded to the given host and port on the remote side. here you forward 2401 on your localhost to 2401 on your localhost... so maybe the issue is there. I hope i could help you a little. Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message