--- doc/build/dev.frag 2008/12/10 19:57:29 1.9 +++ doc/build/dev.frag 2024/08/09 11:04:31 1.12 @@ -5,7 +5,7 @@ Access to the CVS repository of LON-CAPA web
  • - CVS command line tools -- submit a help request to the MSU LON-CAPA group to request a CVS USERNAME. + CVS command line tools -- submit a help request to the MSU LON-CAPA group to request a CVS USERNAME.

    The initial CVS commands would be:

    @@ -24,21 +24,23 @@ cvs co loncapa You will be prompted to enter your password each time you issue a cvs command.
    A solution to this is to use
    -        ssh-keygen -t dsa
    +        ssh-keygen -b 2048 -t rsa
             
    to generate public and private keys in ~/.ssh/
    - Send the public key (id_dsa.pub) to helpdesk@lon-capa.org so it can be added to the appropriate authorized_keys file on source.lon-capa.org + Email the public key (id_dsa.pub) to helpdesk at loncapa.org so it can be added to the appropriate authorized_keys file on source.lon-capa.org

    For more information on using CVS, please visit - http://www.cvshome.org/ + https://www.gnu.org/software/trans-coord/manual/cvs/cvs.html or read loncom/build/readme.html after downloading the current version of LON-CAPA as described above.

    +