[BACK]Return to index.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/index.html between version 1.11 and 1.12

version 1.11, 1996/04/28 11:37:51 version 1.12, 1996/04/28 11:43:50
Line 184 
Line 184 
 the following values:  the following values:
 <p>  <p>
 <ul>  <ul>
 <li><strong>CVSROOT=anoncvs@anoncvs.openbsd.org:/cvs</strong><br>  <li><strong>CVSROOT=anoncvs@anoncvs.usa.openbsd.org:/cvs</strong><br>
   Host also known as <strong>anoncvs.openbsd.org</strong> and
   <strong>eap.ccrc.wustl.edu</strong>.<br>
 located at Washington University, St. Louis, mid-west USA.<br>  located at Washington University, St. Louis, mid-west USA.<br>
 protocols: rsh, ssh, ssh port 2022.<br>  protocols: rsh, ssh, ssh port 2022.<br>
 updated every 4 hours.  updated every 4 hours.
 <li><strong>CVSROOT=anoncvs@hal.cs.umr.edu:/cvs</strong><br>  <li><strong>CVSROOT=anoncvs@anoncvs2.usa.openbsd.org:/cvs</strong><br>
   Host also known as <strong>hal.cs.umr.edu</strong>.<br>
 located at University of Missouri-Rolla, Rolla, MO, mid-west USA.<br>  located at University of Missouri-Rolla, Rolla, MO, mid-west USA.<br>
 protocols: ssh, ssh port 2022.<br>  protocols: ssh, ssh port 2022 (<strong>NO rsh</strong>).<br>
 unknown update frequency.  unknown update frequency.
 </ul>  </ul>
 </dl>  </dl>
Line 218 
Line 221 
 <p>  <p>
 A sample use of an anoncvs CVS server would be:  A sample use of an anoncvs CVS server would be:
 <pre>  <pre>
 % setenv CVSROOT anoncvs@anoncvs.openbsd.org:/cvs  % setenv CVSROOT anoncvs@anoncvs.usa.openbsd.org:/cvs
 % cd /tmp  % cd /tmp
 % cvs get sparc  % cvs get sparc
 [copies the files from the repository to your machine]  [copies the files from the repository to your machine]
Line 257 
Line 260 
 Use something like the following in your <strong>$HOME/.ssh/config</strong>  Use something like the following in your <strong>$HOME/.ssh/config</strong>
 file.  file.
 <pre>  <pre>
         Host anoncvs.openbsd.org          Host anoncvs.usa.openbsd.org
             Cipher none              Cipher none
             Port 2022              Port 2022
 </pre>  </pre>

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12