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

Collapse
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:mailto:anonymous@openacs.org:/cvsroot"

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