[LON-CAPA-cvs] cvs: doc /build dev.frag

raeburn raeburn at source.lon-capa.org
Mon Apr 2 15:11:35 EDT 2012


raeburn		Mon Apr  2 19:11:35 2012 EDT

  Modified files:              
    /doc/build	dev.frag 
  Log:
  - Suggest 2048 bits (rsa) in place of 1024 bits (dsa).
  
  
Index: doc/build/dev.frag
diff -u doc/build/dev.frag:1.9 doc/build/dev.frag:1.10
--- doc/build/dev.frag:1.9	Wed Dec 10 19:57:29 2008
+++ doc/build/dev.frag	Mon Apr  2 19:11:34 2012
@@ -24,7 +24,7 @@
         You will be prompted to enter your password each time you issue a cvs command. <br />
         A solution to this is to use
         <pre>
-        ssh-keygen -t dsa
+        ssh-keygen -b 2048 -t rsa
         </pre>
         to generate public and private keys in ~/.ssh/
         <br />




More information about the LON-CAPA-cvs mailing list