Home
The Toolkit for Online Communities
15936 Community Members, 0 members online, 2397 visitors today
Log In Register

Forum OpenACS Development: Re: public key ssh login on openacs.org

OpenACS Home : Forums : OpenACS Development : Re: public key ssh login on openacs.org : One Message

+
Posted by Peter Marklund on
Tilman,
to avoid entering password for cvs actions that don't modify the repository (cvs status, cvs log, cvs diff, cvs annotate etc.) you could use an alias such as

alias cvsanon="cvs -d :pserver:anonymous@openacs.org:/cvsroot"

+
Posted by Andrew Piskorski on
Hey, good idea Peter, wish I'd though of that!