rse 97/07/31 08:52:28
Modified: . devnotes.html
Log:
fixed typo and added more details on how to access the repository over SSH.
Revision Changes Path
1.3 +8 -5 apache-devsite/devnotes.html
Index: devnotes.html
===================================================================
RCS file: /export/home/cvs/apache-devsite/devnotes.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- devnotes.html 1997/07/15 11:14:27 1.2
+++ devnotes.html 1997/07/31 15:52:27 1.3
@@ -223,7 +223,7 @@
</DL>
</P>
<P>
- Adjust the lasat two paths to correctly reflect the locations of
+ Adjust the last two paths to correctly reflect the locations of
<SAMP>cvs</SAMP> and <SAMP>ssh</SAMP> on your local system.
</P>
</LI>
@@ -244,10 +244,13 @@
so you don't need to edit them.
</P>
</LI>
- <LI>Generate and put your <SAMP>ssh</SAMP> public key file in
- <SAMP>~/.ssh/authorized_keys</SAMP> on the repository system. This
- will allow you to access the repository without having to enter a
- passphrase for each CVS operation.
+ <LI>On your local system generate your SSH public key file
+ <SAMP>~/.ssh/identity.pub</SAMP> via <SAMP>ssh-keygen</SAMP> and then put
+ it in <SAMP>~/.ssh/authorized_keys</SAMP> on the repository system. This
+ will allow you to access the repository without having to enter a
password
+ for each CVS operation. But make sure that you didn't enter a passphrase
+ when running <SAMP>ssh-keygen</SAMP> or you need to enter that one
+ instead of the password (which would be no gain).
</LI>
</OL>
<!--#include virtual="footer.html" -->