From owner-freebsd-questions Thu Jun 28 11: 3:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lists.unixathome.org (lists.unixathome.org [210.48.103.158]) by hub.freebsd.org (Postfix) with ESMTP id DBAC237B407 for ; Thu, 28 Jun 2001 11:03:55 -0700 (PDT) (envelope-from dan@langille.org) Received: from wocker (lists.unixathome.org [210.48.103.158]) by lists.unixathome.org (8.11.1/8.11.1) with ESMTP id f5SI3q849045 for ; Fri, 29 Jun 2001 06:03:53 +1200 (NZST) (envelope-from dan@langille.org) Message-Id: <200106281803.f5SI3q849045@lists.unixathome.org> From: "Dan Langille" Organization: novice in training To: freebsd-questions@freebsd.org Date: Thu, 28 Jun 2001 14:03:49 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: remote cvs access Reply-To: dan@langille.org X-mailer: Pegasus Mail for Win32 (v3.12c) 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 I'm trying to setup a box so it can access a remote repository. I'm getting stuck. On the repository box, I keep seeing this message: sshd[12614]: error: connect ::1 port 2401: Connection refused I'm using an ssh tunnel for my connection: ssh -L 2401:localhost:2401 cvsup.example.org Things appear to be working on the repo box: [dan@xeon:~] $ telnet localhost 2401 Trying ::1... telnet: connect to address ::1: Connection refused Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. And on the remote box, the tunnel appears to be working: $ telnet localhost 2401 Trying ::1... Connected to localhost. Escape character is '^]'. kljkl cvs [pserver aborted]: bad auth protocol start: kljkl Connection closed by foreign host. CVSROOT is set on the box: [dan@dev:~] $ export | grep CVSROOT declare -x CVSROOT=":pserver:dan@localhost:/usr/local/cvs" But attempts to connect give: $ cvs login (Logging in to dan@localhost) CVS password: cvs login: authorization failed: server localhost rejected access to /usr/local/cvs for user dan The only other thing I can think of is /usr/local/cvs/CVSROOT/passwd, which I've checked many times to make sure it contains a password I know... Clues please. -- Dan Langille pgpkey - finger dan@unixathome.org | http://unixathome.org/finger.php To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message