[LON-CAPA-cvs] cvs: doc /build dev.frag
raeburn
lon-capa-cvs-allow@mail.lon-capa.org
Wed, 04 Jun 2008 14:37:12 -0000
raeburn Wed Jun 4 10:37:12 2008 EDT
Modified files:
/doc/build dev.frag
Log:
Move keygen block.
Index: doc/build/dev.frag
diff -u doc/build/dev.frag:1.5 doc/build/dev.frag:1.6
--- doc/build/dev.frag:1.5 Wed Jun 4 10:31:11 2008
+++ doc/build/dev.frag Wed Jun 4 10:37:10 2008
@@ -18,21 +18,19 @@
</pre>
</td>
</tr>
- <tr>
- <td>
-You will be prompted to enter your password each time you issue a cvs command. <br /><br />
-A solution to this is to use
-<pre>
-$ ssh-keygen -t dsa
-</pre>
-to generate public and private keys in ~/.ssh/
-<br /><br />
-Send the public key (id_dsa.pub) to helpdesk@lon-capa.org so it can be added to the authorized_keys file on zaphod.lite.msu.edu
- </td>
- </tr>
</table>
</blockquote>
<p>
+ You will be prompted to enter your password each time you issue a cvs command. <br /><br />
+ A solution to this is to use
+ <pre>
+ ssh-keygen -t dsa
+ </pre>
+ to generate public and private keys in ~/.ssh/
+ <br /><br />
+ Send the public key (id_dsa.pub) to helpdesk@lon-capa.org so it can be added to the authorized_keys file on zaphod.lite.msu.edu
+ </p>
+ <p>
For more information on using CVS, please visit
<a href="http://www.cvshome.org/">http://www.cvshome.org/</a>
or read <tt>loncom/build/readme.html</tt> after downloading