From: <fp...@zu...> - 2000-05-31 06:21:02
|
On Wed, May 31, 2000 at 12:37:43AM +0200, Michel Dänzer wrote: > > > I know SSH can do authentication without the need to enter a password. Could > this be done for CVS as well? I'm getting nerved by always having to enter the > password for each cvs command. Huh? I never have to type the password after having done a cvs login once for a tree. cvs login saves the password in ~/.cvspass If you go over ssh, you can generate a public key (ssh-keygen) and then post it (~/.ssh/identity.pub) to your account maintenance page (https://sourceforge.net/account/ when logged in) -- Frank Petzold, IBM Zurich Research Laboratory, Säumerstrasse 4, CH-8803 Rüschlikon/Switzerland, Tel. +41-1-724-84-42 Fax. +41-1-724-89-56 Business email: fp...@zu... Private email: pe...@he... The opinions expressed here are mine and not necessarily those of IBM. |