Main: PARI/GP? Download Search Support: FAQ Documentation Mailing Lists Links Development: Version Control Latest Changes Bugs Buildlogs Statistics: Benchmarks WWW Stats |
SSH access assumes you have a working ssh setup that lets you access the PARI
server.
In this document we only explain the difference between anonymous access and ssh access. SSH Setup:You need to use the authorized key ssh authentification mechanism to avoid cvs to ask you for a password every time. If rsh is not a symlink to ssh on your system you need to define the environment variable CVS_RSH to ssh. Connection to CVS via ssh:There is no cvs login step with ssh access. Type the following command from the shellcvs -z3 -d :ext:login@pari.math.u-bordeaux.fr:/home/cvs checkout pariThen, you may proceed as usual. Note:when logged on pari.math.u-bordeaux.fr, usecvs -d /home/cvs checkout parito avoid network overhead. Tips:If for a reason or another you need to change the CVSROOT of one of your repository, you can do as follow, assuming you don't have subdirectories with different CVSROOT
|