From owner-freebsd-questions Thu Feb 15 3:15:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.unixathome.org (ns1.unixathome.org [203.79.82.27]) by hub.freebsd.org (Postfix) with ESMTP id 6DD5237B491 for ; Thu, 15 Feb 2001 03:15:31 -0800 (PST) Received: from wocker (wocker.int.nz.freebsd.org [192.168.0.99]) by ns1.unixathome.org (8.11.1/8.11.1) with ESMTP id f1FBFQo21937; Fri, 16 Feb 2001 00:15:26 +1300 (NZDT) (envelope-from dan@langille.org) Message-Id: <200102151115.f1FBFQo21937@ns1.unixathome.org> From: "Dan Langille" Organization: novice in training To: Edwin Groothuis Date: Fri, 16 Feb 2001 00:15:24 +1300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: verifying that a cvs ssh connections Reply-To: dan@langille.org Cc: questions@freebsd.org In-reply-to: <20010215120719.Q62745@d9168.upc-d.chello.nl> References: <200102151048.f1FAmeo21760@ns1.unixathome.org>; from dan@langille.org on Thu, Feb 15, 2001 at 11:48:38PM +1300 X-mailer: Pegasus Mail for Win32 (v3.12c) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 15 Feb 2001, at 12:07, Edwin Groothuis wrote: > What is your CVSROOT and the content of CVS/* ? Don't forget that > it should be :ext:edwin@fataldimensions.nl.eu.org:/usr/cvs/ (ext > instead of cvspserver (sp?)) You got it! That was my error. Thank you. It was: CVSROOT=":pserver:dan@cvs.example.org:/home/cvs-scripts" So I changed it to: export CVSROOT=:ext:dan@cvs.freshports.org:/home/cvs-scripts Then tried again: $ cvs -d :pserver:dan@cvs.example.org:/home/cvs-scripts login // note pserver must be used for login (Logging in to dan@cvs.example.org) CVS password: $ cvs co scripts The authenticity of host 'cvs.example.org' can't be established. etc... That looks like ssh to me. Thank you. -- Dan Langille pgpkey - finger dan@unixathome.org | http://unixathome.org/finger.php got any work? I'm looking for some. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message