From owner-freebsd-questions@FreeBSD.ORG Fri Aug 29 13:41:26 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BB4416A4BF for ; Fri, 29 Aug 2003 13:41:26 -0700 (PDT) Received: from webserver.get-linux.org (adsl-64-161-78-226.dsl.lsan03.pacbell.net [64.161.78.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 4D75C43FEC for ; Fri, 29 Aug 2003 13:41:25 -0700 (PDT) (envelope-from oremanj@webserver.get-linux.org) Received: (qmail 738 invoked by uid 1000); 29 Aug 2003 20:41:24 -0000 Date: Fri, 29 Aug 2003 13:41:24 -0700 From: Joshua Oreman To: rebehn@antsrv1.ant.uni-bremen.de Message-ID: <20030829204124.GA638@webserver> References: <3F4B4633.1010807@ant.uni-bremen.de> <20030826045512.N503@njamn8or.no-ip.org> <3F4E0715.3040402@ant.uni-bremen.de> <20030828141020.GC21213@zi025.glhnet.mhn.de> <3F4F1F7E.6020609@ant.uni-bremen.de> <3F4F8036.7030207@mac.com> <1062186396.3f4fad9c9d920@www.ant.uni-bremen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1062186396.3f4fad9c9d920@www.ant.uni-bremen.de> User-Agent: Mutt/1.4.1i cc: questions@freebsd.org Subject: Re: Question on CVS Branches X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Aug 2003 20:41:26 -0000 On Fri, Aug 29, 2003 at 09:46:36PM +0200 or thereabouts, rebehn@antsrv1.ant.uni-bremen.de wrote: > Quoting Chuck Swiger : > > > Heinrich Rebehn wrote: > > [ ... ] > > > Thank you. Yet another question: I would like to update my source tree > > > automatically each night. However the cvs login requires a password to > > > be typed in. Is there any way to automate this? Strangely, the cvs man > > > page does not even mention the login command. > > > > The documentation for CVS is not especially well-known for being inclusive. > > Are > > you using CVS over SSH or in pserver mode? The first case requires you to > > set > > up password-less SSH authentication via ssh-keygen, the latter uses the "cvs > > > > login" mechanism. > > > > -- > > -Chuck > > > > > > > > > I use CVSROOT=:pserver:anoncvs@anoncvs.de.FreeBSD.org:/home/ncvs. > Is it possible to specify the password on the command line with cvs login (it > isn't secret anyhow)? > How exactly do i set up password-less authentication over SSH ? I wont be able > to create an SSH key and copy it over to the server?? Try CVSROOT=:pserver:anoncvs:password@anoncvs.de.FreeBSD.org:/home/ncvs Replace "password" with the password, of course. -- Josh > > - Heinrich > > ------------------------------------------------- > This mail sent through IMP: http://horde.org/imp/ > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"