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

Annotation of www/anoncvs.html, Revision 1.462

1.320     sthen       1: <!-- DO NOT EDIT ANONCVS.HTML MANUALLY - IT IS GENERATED FROM TEMPLATES!
                      2:      See comments in www/build/mirrors.dat for details -->
1.246     steven      3:
1.180     jufi        4: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1.1       deraadt     5: <html>
                      6: <head>
1.450     sthen       7: <title>OpenBSD Anonymous CVS</title>
1.249     nick        8: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
1.450     sthen       9: <meta name="description" content="How to get OpenBSD updates via Internet using Anonymous CVS">
1.443     tb         10: <meta name="copyright" content="This document copyright 1996-2016 by OpenBSD.">
                     11: <meta name="viewport" content="width=device-width, initial-scale=1">
                     12: <link rel="stylesheet" type="text/css" href="openbsd.css">
1.455     tb         13: <link rel="canonical" href="https://www.openbsd.org/anoncvs.html">
1.459     tb         14: <style type="text/css">
                     15:   h3 { color: #0000e0; }
                     16: </style>
1.1       deraadt    17: </head>
                     18:
1.226     nick       19: <body bgcolor="#ffffff" text="#000000">
1.1       deraadt    20:
1.443     tb         21: <h2>
1.444     tb         22: <a href="index.html">
1.443     tb         23: <font color="#0000ff"><i>Open</i></font><font color="#000084">BSD</font></a>
                     24: <font color="#e00000">Anonymous CVS</font>
                     25: </h2>
                     26: <hr>
1.93      deraadt    27: <p>
1.135     naddy      28:
1.249     nick       29: Anonymous CVS is a method of keeping your local copy of the OpenBSD source
                     30: tree up to date with respect to changes made to current OpenBSD sources.
                     31: In addition to following the bleeding edge of development, it is
1.457     tj         32: also possible to track the <a href="faq/faq10.html#Patches">errata patches</a>
                     33: of a release.
1.99      ericj      34:
1.14      downsj     35: <p>
1.459     tb         36: Anonymous CVS works directly against a central source code repository.
                     37: This means that you have the full set of CVS commands available to control
                     38: merging and updating your changes with other source changes, performing diffs,
                     39: change histories and other queries against the central repository.
                     40: In the event that the changes can't be completely merged, CVS provides annotated
                     41: changes to your local copy and preserves an unmodified copy of your version.
1.99      ericj      42:
1.36      deraadt    43: <p>
1.457     tj         44: The OpenBSD Project currently has four active source repositories:
1.99      ericj      45:
                     46: <ul>
1.457     tj         47:   <li><b>src</b> - source code for the base system
                     48:   <li><b>ports</b> - the <a href="faq/ports">ports tree</a>
                     49:   <li><b>www</b> - web pages
                     50:   <li><b>xenocara</b> - xenocara
1.99      ericj      51: </ul>
                     52:
1.459     tb         53: <h3 id="CVS">What is CVS?</h3>
1.249     nick       54:
1.457     tj         55: <a href="https://savannah.nongnu.org/projects/cvs">CVS</a> is the
1.428     schwarze   56: source code control system used to manage the OpenBSD source tree.
1.249     nick       57: It implements a central repository for all officially released source code
                     58: and changes, while permitting developers to maintain local copies of the
                     59: source code with their working changes.
1.226     nick       60:
1.249     nick       61: There are two levels of source tree access:
1.457     tj         62:
1.226     nick       63: <ul>
1.457     tj         64: <li>Read-write access for developers
                     65: <li>Read-only access for everyone
1.226     nick       66: </ul>
1.99      ericj      67:
1.459     tb         68: <h3 id="starting">Getting started using Anonymous CVS</h3>
1.249     nick       69:
1.459     tb         70: While you can download the entire source tree from an anoncvs server, you can
                     71: save time and bandwidth by preloading your tree with the source tarballs.
1.249     nick       72: This is particularly true if you are running
                     73: <a href="stable.html"><i>-stable</i></a>, as relatively few files change
                     74: between the <i>-release</i> and <i>-stable</i>.
1.100     ericj      75:
1.22      niklas     76: <p>
1.459     tb         77: The source files for download from the <a href="ftp.html">mirrors</a> are
                     78: separated into two files to reduce the time required to download for those
                     79: wishing to work with only one part of the tree.
                     80: The kernel sources are in <tt>sys.tar.gz</tt> and the userland sources
                     81: are in <tt>src.tar.gz</tt>.
1.224     nick       82:
1.457     tj         83: <blockquote><pre>
                     84: # <b>cd /usr/src</b>
                     85: # <b>tar xzf /tmp/src.tar.gz</b>
                     86: # <b>tar xzf /tmp/sys.tar.gz</b>
                     87: # <b>cd /usr</b>
                     88: # <b>tar xzf /tmp/xenocara.tar.gz</b>
                     89: # <b>tar xzf /tmp/ports.tar.gz</b>
                     90: </pre></blockquote>
1.100     ericj      91:
1.459     tb         92: <h3 id="using">Using CVS to get and update your source tree</h3>
1.100     ericj      93:
1.249     nick       94: CVS was designed to be a simple way to retrieve and update your sources.
                     95: You must first decide whether you want to track <i>-current</i> or a
                     96: <a href="stable.html">patch branch</a>.
                     97: The current tree has all of the up to the minute changes,
1.459     tb         98: whereas the patch branch contains the sources for the release plus the patches
1.249     nick       99: from the <a href="errata.html">errata</a> and lesser issues already applied.
1.459     tb        100: For more information on the flavors of OpenBSD, see
1.249     nick      101: <a href="faq/faq5.html#Flavors">here</a>.
                    102:
1.457     tj        103: <p>
1.459     tb        104: Choose the Anonymous CVS server you are going to use from the
                    105: <a href="#CVSROOT">list of servers</a> below, then you can start using cvs.
1.457     tj        106: If you begin with <tt>src.tar.gz</tt> and <tt>sys.tar.gz</tt> as mentioned
                    107: above, you can skip the initial <tt>get</tt> and proceed to updating.
                    108:
                    109: <ul>
                    110: <li>First, start out by getting an initial tree:
1.100     ericj     111:
1.370     rpe       112: <p>
1.459     tb        113: If you are following <i>current</i>:
1.457     tj        114:
                    115: <blockquote><pre>
                    116: $ <b>cd /usr</b>
                    117: $ <b>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -P src</b>
                    118: </pre></blockquote>
1.370     rpe       119:
1.459     tb        120: If you are following the patch branch for 6.0:
1.99      ericj     121:
1.457     tj        122: <blockquote><pre>
                    123: $ <b>cd /usr</b>
                    124: $ <b>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_6_0 -P src</b>
                    125: </pre></blockquote>
1.394     sthen     126: <!-- DO NOT EDIT ANONCVS.HTML MANUALLY - IT IS GENERATED FROM TEMPLATES! -->
1.370     rpe       127:
1.394     sthen     128: Anonymous CVS uses passwordless SSH as a transport.
                    129: If this is the first time you have connected to an anoncvs server,
                    130: you will be asked to confirm the SSH fingerprint to ensure that you
                    131: are connecting to the expected server:
                    132:
1.457     tj        133: <blockquote><pre>
                    134: $ <b>cvs -d anoncvs@anoncvs.spacehopper.org:/cvs get -P src</b>
                    135: The authenticity of host 'anoncvs.spacehopper.org (2001:67c:15f4:a423::28)' can't be established.
                    136: ED25519 key fingerprint is SHA256:oaJ7VEyjt2EHMeixzKn9zJGiV5YlWHIUls070tKdBzI.
                    137: Are you sure you want to continue connecting (yes/no)?
                    138: </pre></blockquote>
1.394     sthen     139:
                    140: In most cases, the list below includes the fingerprints for the server,
                    141: so you can compare it against the displayed fingerprint as additional
                    142: verification that you are connecting to the correct server.
                    143: Confirm this, and the fingerprint will then be saved as usual.
                    144:
1.457     tj        145: <blockquote><pre>
                    146: Are you sure you want to continue connecting (yes/no)? <b>yes</b>
                    147: Warning: Permanently added 'anoncvs.spacehopper.org' (ED25519) to the list of known hosts.</b>
                    148: </pre></blockquote>
                    149:
1.459     tb        150: <li> Any time afterwards, to update this tree:
1.457     tj        151:
                    152: <p>
1.459     tb        153: If you are following <i>current</i>:
1.457     tj        154:
                    155: <blockquote><pre>
                    156: $ <b>cd /usr/src</b>
                    157: $ <b>cvs -q up -Pd</b>
                    158: </pre></blockquote>
1.370     rpe       159:
1.459     tb        160: If you are following the patch branch for 6.0:
1.370     rpe       161:
1.457     tj        162: <blockquote><pre>
                    163: $ <b>cd /usr/src</b>
                    164: $ <b>cvs -q up -rOPENBSD_6_0 -Pd</b>
                    165: </pre></blockquote>
1.370     rpe       166:
1.457     tj        167: Every time you ran this, it would synchronize your <tt>/usr/src</tt> tree.
                    168: It would not destroy any of your local changes; rather it would attempt
1.370     rpe       169: to merge changes in.
                    170:
1.1       deraadt   171: <p>
1.370     rpe       172: <li> NOTE:
                    173: If you are updating a source tree that you initially fetched
1.457     tj        174: from a different server, or from a tar file, you <b>must</b>
1.394     sthen     175: add the <em>-d [cvsroot]</em> option to cvs.
1.457     tj        176:
                    177: <blockquote><pre>
                    178: $ <b>cd /usr/src</b>
                    179: $ <b>cvs -d anoncvs@anoncvs.ca.openbsd.org:/cvs -q up -Pd</b>
                    180: </pre></blockquote>
1.370     rpe       181: </ul>
1.1       deraadt   182:
1.457     tj        183: To <a name="ports">use</a> <a href="faq/ports">ports</a>,
1.370     rpe       184: it is similar to src:
1.457     tj        185:
1.370     rpe       186: <ul><li>
1.457     tj        187:
                    188: <p>
1.459     tb        189: If you are following <i>current</i>:
1.457     tj        190:
                    191: <blockquote><pre>
                    192: $ <b>cd /usr</b>
                    193: $ <b>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -P ports</b>
                    194: </pre></blockquote>
                    195:
1.459     tb        196: If you are following the patch branch for 6.0:
1.457     tj        197:
                    198: <blockquote><pre>
                    199: $ <b>cd /usr</b>
                    200: $ <b>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_6_0 -P ports</b>
                    201: </pre></blockquote>
                    202:
                    203: <li> Any time afterwards, to update this tree:
                    204:
                    205: <p>
1.459     tb        206: If you are following <i>current</i>:
1.457     tj        207:
                    208: <blockquote><pre>
                    209: $ <b>cd /usr/ports</b>
                    210: $ <b>cvs -q up -Pd</b>
                    211: </pre></blockquote>
                    212:
1.459     tb        213: If you are following the patch branch for 6.0:
1.457     tj        214:
                    215: <blockquote><pre>
                    216: $ <b>cd /usr/ports</b>
                    217: $ <b>cvs -q up -rOPENBSD_6_0 -Pd</b>
                    218: </pre></blockquote>
                    219:
1.370     rpe       220: </ul>
                    221:
1.457     tj        222: In the above example, <tt>-q</tt> is optional, only intended to minimize
                    223: cvs' output.
1.370     rpe       224: For those who like to see screenfulls of output, it can be omitted.
                    225:
                    226: <p>
                    227: To make a diff of a locally patched module (here <i>cd.c</i>) to include with
                    228: a bug report:
                    229:
1.457     tj        230: <blockquote><pre>
                    231: $ <b>cd /usr</b>
                    232: $ <b>cvs diff -u src/sys/scsi/cd.c &gt; /tmp/patch</b>
                    233: </pre></blockquote>
                    234:
                    235: The <a href="http://man.openbsd.org/cvs">cvs(1)</a> man page
1.370     rpe       236: (included with the CVS sources) has much more
                    237: information about how CVS can be used.
                    238:
                    239: <p>
1.457     tj        240: <b>Warning:</b>
                    241: When using cvs, you should take care that your current directory is either
1.460     tb        242: the root of the tree you are referencing or in a separate place such as
                    243: <tt>/tmp</tt>.
1.370     rpe       244: Some commands such as "get" can create an arbitrary sub-tree in the current
                    245: directory, and a subsequent update will recursively flesh out this sub-tree.
                    246:
1.459     tb        247: <h3 id="EXAMPLE">Example usage for cvs(1)</h3>
1.100     ericj     248:
1.370     rpe       249: A sample use of an anoncvs server would be:
1.457     tj        250:
                    251: <blockquote><pre>
                    252: $ <b>cd /tmp</b>
                    253: $ <b>cvs -d anoncvs@anoncvs.ca.openbsd.org:/cvs get -P src/sys/arch/sparc</b>
                    254: [copies the files from the repository to your machine]
                    255: $ <b>cd src/sys/arch/sparc</b>
                    256: $ <b>cvs log locore.s</b>
                    257: [shows the commit log for the chosen file]
                    258: $ <b>cvs diff -bc -r1.1 -r1.5 locore.s</b>
                    259: [shows the changes between revisions 1.1 and rev 1.5]
                    260: </pre></blockquote>
1.100     ericj     261:
1.459     tb        262: <h3 id="CVSROOT">Available Anonymous CVS servers</h3>
1.1       deraadt   263:
                    264: <ul>
1.373     dlg       265: <li><strong>CVSROOT=anoncvs@anoncvs.au.openbsd.org:/cvs</strong><br>
                    266: Location: Brisbane, Australia.<br>
                    267: Maintained by <a href="mailto:dlg@openbsd.org">David Gwynne</a>.<br>
                    268: Protocols: ssh.<br>
                    269: Updated hourly.<br>
                    270: SSH fingerprints:<br>
1.421     dlg       271: (RSA) <tt>SHA256:pPcBY4E33vwreETbz5KJUIzZpWWzaZPhrpnLaFa7WuQ</tt>, <tt>MD5:19:4c:e2:a8:9e:42:b2:91:f3:d5:04:cf:b5:61:5e:ea</tt><br>
                    272: (DSA) <tt>SHA256:3rmKP03KsE0j1dLc91828CCJWUL58+PxBUmIlF7sPDs</tt>, <tt>MD5:80:ff:d2:46:70:51:7d:09:a5:71:83:bb:89:98:44:b1</tt><br>
                    273: (ECDSA) <tt>SHA256:kg2Zaqpd8ZuluPzlpFS9rEw0KR1UmxD9jSG6+2tr28A</tt>, <tt>MD5:fa:57:1c:55:7c:aa:d0:bc:4c:e2:05:3d:9b:bb:83:2d</tt><br>
1.373     dlg       274: <p>
1.322     sthen     275: <li><strong>CVSROOT=anoncvs@ftp5.eu.openbsd.org:/cvs</strong><br>
                    276: Host also known as <strong>anga.funkfeuer.at</strong>.<br>
1.271     martin    277: Location: Vienna, Austria.<br>
1.386     martin    278: Maintained by <a href="mailto:martin@catai.org">Martin Reindl</a>.<br>
                    279: Protocols: ssh.<br>
                    280: Updated hourly.<br>
1.273     martin    281: SSH fingerprints:<br>
1.427     sthen     282: (RSA) <tt>SHA256:d8QBT8DVwgDsM2PaAFEqD9bAxSp1KHUMDAYYci0my4s</tt>, <tt>MD5:e4:a7:3a:ab:e1:a7:c8:eb:5c:f4:ff:38:95:6f:81:f2</tt><br>
                    283: (DSA) <tt>SHA256:NY0B9TY9VFkOwe1+nGLID2r4DLGT4V19vhj0o+kD8sg</tt>, <tt>MD5:66:03:a3:bc:46:85:f3:6c:4b:6b:e3:d4:f5:5f:a6:c4</tt><br>
                    284: (ECDSA) <tt>SHA256:Pi3xEoyvFNep+oxUTaAXJ4C+Uatu9o4BXmg1FReurVw</tt>, <tt>MD5:47:07:69:c4:6c:1f:09:ed:f5:2c:02:af:a0:e9:67:85</tt><br>
                    285: (ED25519) <tt>SHA256:rw/QMZC2XmkmYyCYVnyqzfwCZ9Hj14yNF5rtmuBfiwc</tt>, <tt>MD5:32:0b:33:5f:81:77:5c:3b:0c:f6:85:fe:f0:7c:10:ea</tt><br>
1.271     martin    286: <p>
1.246     steven    287: <li><strong>CVSROOT=anoncvs@anoncvs1.ca.openbsd.org:/cvs</strong><br>
1.249     nick      288: Host also known as <strong>anoncvs.ca.openbsd.org, openbsd.sunsite.ualberta.ca</strong>.<br>
1.328     sthen     289: Location: Alberta, Canada.<br>
1.450     sthen     290: Maintained by <a href="mailto:beck@openbsd.org">Bob Beck</a>.<br>
1.451     sthen     291: Protocols: ssh.<br>
1.450     sthen     292: SSH fingerprints:<br>
                    293: (RSA) <tt>SHA256:10SgQKcgCw02RSqBZGa8eGUR0ab+YkuhqFENhOoK1L4</tt>, <tt>MD5:cf:97:03:7b:0a:32:3b:d7:e2:31:05:39:9f:9d:03:dc</tt><br>
                    294: (DSA) <tt>SHA256:OGA64Wd24z/INmc1lSD3wSitAumYaL9vyQa89nJrrh0</tt>, <tt>MD5:89:9c:4f:78:cf:7a:ee:99:82:7c:0b:7e:0b:a3:49:c8</tt><br>
                    295: (ECDSA) <tt>SHA256:hVx+UscX/3uhv2nxPgp2zC/omvDIBSkv6iISCn19yqQ</tt>, <tt>MD5:28:58:44:09:8e:01:c2:79:33:03:39:7a:e7:6a:bd:a4</tt><br>
                    296: (ED25519) <tt>SHA256:WDEcVZFXagh0OXHlHVhcct6VjFjFqaNZwAhM3GnVA/c</tt>, <tt>MD5:3c:a9:4d:1e:4c:55:9d:6d:03:06:26:8f:21:ce:65:a6</tt><br>
1.451     sthen     297: <p>
                    298: <li><strong>CVSROOT=anoncvs@anoncvs2.ca.openbsd.org:/cvs</strong><br>
                    299: Location: Alberta, Canada.<br>
                    300: Maintained by <a href="mailto:beck@openbsd.org">Bob Beck</a>.<br>
                    301: Protocols: ssh.<br>
                    302: SSH fingerprints:<br>
                    303: (RSA) <tt>SHA256:VfzLrOeqzIfWiNdJ0SpHvk3JU4a+VpNzwjxzZ7lWaNY</tt>, <tt>MD5:b8:2e:c6:86:de:23:66:05:cd:bf:45:0a:02:44:d0:df</tt><br>
                    304: (DSA) <tt>SHA256:ULyS+tDif5/dxMtzOsr1JFph3FSkeqSjVnRq1q7PHFU</tt>, <tt>MD5:7a:41:fc:ba:87:d7:f8:ba:98:af:c5:16:a0:d6:ff:49</tt><br>
                    305: (ECDSA) <tt>SHA256:IQrHoNZPHmhnR1R3qMURVH3e83f95IZXdkNjFZCnKfw</tt>, <tt>MD5:72:b8:63:ac:91:1f:2b:f6:b2:7a:e5:20:2b:25:3f:ae</tt><br>
                    306: (ED25519) <tt>SHA256:7grIp6jKgas/PLrVqaSwLh60k626+iaGw/BBFSfr7ck</tt>, <tt>MD5:64:a5:bb:29:7a:8b:97:fa:49:40:87:f2:7f:74:8c:0f</tt><br>
1.246     steven    307: <p>
1.398     brad      308: <li><strong>CVSROOT=anoncvs@anoncvs.comstyle.com:/cvs</strong><br>
                    309: Location: Toronto, Canada.<br>
                    310: Maintained by <a href="mailto:brad@comstyle.com">Brad Smith</a>.<br>
                    311: Protocols: ssh, ssh port 2022.<br>
                    312: Updated hourly.<br>
                    313: SSH fingerprints:<br>
1.417     naddy     314: (RSA) <tt>MD5:43:30:9a:c6:c4:19:80:ad:7d:58:3e:7a:a0:39:57:53</tt><br>
                    315: (DSA) <tt>MD5:66:a1:f9:47:26:d9:15:3c:62:2b:b5:e8:0d:89:4a:6f</tt><br>
                    316: (ECDSA) <tt>MD5:62:28:13:ea:cd:ba:68:e6:e9:82:94:ac:10:7f:80:d5</tt><br>
                    317: (ED25519) <tt>MD5:65:34:d5:69:47:38:58:01:47:5d:bd:09:9d:69:be:6b</tt><br>
1.398     brad      318: <p>
1.440     mmcc      319: <li><strong>CVSROOT=anoncvs@obsdacvs.cs.toronto.edu:/cvs</strong><br>
1.400     nick      320: Location: University of Toronto, Toronto, ON, Canada.<br>
                    321: Maintained by <a href="mailto:nick@holland-consulting.net">Nick Holland</a>.<br>
                    322: Protocols: ssh.<br>
                    323: Updated every 2 hours.<br>
                    324: SSH fingerprints:<br>
1.429     nick      325: (RSA) <tt>SHA256:BosSX+gUL/17cUdppQlmXht1S5GGHrHNrL6+U3hyG+o</tt>, <tt>MD5:bc:59:dc:6f:52:c9:80:2d:63:96:cd:34:e2:5a:fc:fd</tt><br>
                    326: (DSA) <tt>SHA256:/wH3qgWOjC1iXh8PxWFl3Mv+IdgXHoPdLmFxJ0vAGgo</tt>, <tt>MD5:46:df:59:8c:e9:e3:5d:2c:1d:e3:d8:9f:61:8a:3c:ab</tt><br>
                    327: (ECDSA) <tt>SHA256:4I5R4/tGayGG0KDEsj6CY1eCqt2sbcYtA3nqnhUaD04</tt>, <tt>MD5:9b:39:30:30:63:01:fa:ec:66:4f:63:3d:9a:7e:76:38</tt><br>
                    328: (ED25519) <tt>SHA256:AqblfWV4KT2ptlpV3mq3gb4jNPzgYtjDvlBBcaeohxQ</tt>, <tt>MD5:e2:38:fc:a8:a0:17:ad:7b:03:8a:49:b7:94:40:a0:d5</tt><br>
1.374     sthen     329: <p>
1.328     sthen     330: <li><strong>CVSROOT=anoncvs@anoncvs.fr.openbsd.org:/cvs</strong><br>
                    331: Location: Paris, France.<br>
1.422     ajacouto  332: Maintained by <a href="mailto:openbsd-mirror@bsdfrog.org">Landry Breuil, Antoine Jacoutot</a>.<br>
1.328     sthen     333: Protocols: ssh.<br>
                    334: Updated every 2 hours from anoncvs1.ca.openbsd.org.<br>
                    335: SSH fingerprints:<br>
1.422     ajacouto  336: (RSA) <tt>SHA256:d3o82eY/kIfUfmhVpwFu7Do1I7+Wol/tvWmm6Ye9HZ4</tt>, <tt>MD5:af:53:c8:ea:98:20:a2:81:e1:e3:c9:cb:06:d3:56:d7</tt><br>
                    337: (DSA) <tt>SHA256:8/EzaCXcEyuWAS2sOu5KNrozmDS2Xm60E4kd0lUwedg</tt>, <tt>MD5:5e:3a:78:5f:ef:0a:53:b4:b9:2c:91:84:4f:3e:52:dd</tt><br>
                    338: (ECDSA) <tt>SHA256:WXN4m8NHd4vcTqxmzLMMVenSh6gp8060nv39JIiCSss</tt>, <tt>MD5:61:e1:2b:97:a4:65:4d:70:cd:23:3b:83:04:f1:2e:87</tt><br>
                    339: (ED25519) <tt>SHA256:STeC5WGChnZjIi5Rb+XTAQSbKXQJ+B9wxhaacYNff7k</tt>, <tt>MD5:10:80:7f:b7:76:03:7a:51:10:23:fb:1e:05:5b:93:74</tt><br>
1.381     sthen     340: <p>
1.438     sthen     341: <li><strong>CVSROOT=anoncvs@files.venture37.com:/cvs</strong><br>
                    342: Location: Paris, France.<br>
                    343: Maintained by <a href="mailto:mirror@venture37.com">Sevan Janiyan</a>.<br>
                    344: Protocols: ssh, ssh port 2022.<br>
                    345: Updated every 2 hours from anoncvs.spacehopper.org.<br>
                    346: SSH fingerprints:<br>
                    347: (RSA) <tt>SHA256:3pG6tZMZkMSeCUrDUdp1qQ9dC5I0A+Pj1A0cXkLVoP4</tt>, <tt>MD5:b9:ff:83:1f:f4:d0:3c:20:55:3a:24:6c:5e:22:ed:ad</tt><br>
                    348: (DSA) <tt>SHA256:dIQIvW8zh0ZtLtLp9CiMkocAtvJ6umfd1Sw10/v96Jc</tt>, <tt>MD5:02:ae:f4:0f:fb:28:10:9d:58:8c:af:73:69:ec:0b:13</tt><br>
                    349: (ECDSA) <tt>SHA256:2InpK4FJMYTnOPgvSbQtyEIcbTNtZKsPsaa3fBBxUhY</tt>, <tt>MD5:f4:8e:83:ce:fd:a7:8d:7c:07:39:74:83:8e:6a:7c:1e</tt><br>
                    350: (ED25519) <tt>SHA256:IL+TcuRUBiaI+EkdjLDoLkwqOEZdt8bccgVINDRMHlM</tt>, <tt>MD5:91:42:2d:be:73:62:74:48:f3:15:70:42:f2:bd:d5:93</tt><br>
                    351: <p>
1.434     sthen     352: <li><strong>CVSROOT=anoncvs@openbsd.cs.fau.de:/cvs</strong><br>
                    353: Host also known as <strong>openbsd.informatik.uni-erlangen.de</strong>.<br>
                    354: Location: University of Erlangen-Nuremberg, Erlangen, Germany.<br>
                    355: Maintained by <a href="mailto:simon@blarzwurst.de">Simon Kuhnle</a>.<br>
                    356: Protocols: ssh, ssh port 2022.<br>
                    357: Updated every 2 hours from anoncvs.spacehopper.org.<br>
                    358: SSH fingerprints:<br>
                    359: (RSA) <tt>SHA256:0jT+CU7AjMO+ZLwtPV0gSbv/YHIBXvsZDNcjMEfLlpQ</tt>, <tt>MD5:dc:82:f4:e3:a7:d6:ed:85:c3:1e:23:66:6f:6a:bc:cf</tt><br>
                    360: (DSA) <tt>SHA256:8W0HbyOnTtmROpF26cx1ubjnT8HKuFwqPLK872z2PZA</tt>, <tt>MD5:db:36:ce:6a:e9:ae:45:e7:48:9c:95:54:e3:dc:f7:38</tt><br>
                    361: (ECDSA) <tt>SHA256:hPrIQqHlc//5fRKb/EC2JFcrX6hkpsj01/W1G7he+nQ</tt>, <tt>MD5:a0:36:ed:d4:b1:1a:c5:16:de:b5:a7:d0:51:33:2e:96</tt><br>
                    362: (ED25519) <tt>SHA256:24FQB44juPphxJL/jcph3wWHP5ErdvNI1jotVvRMm2s</tt>, <tt>MD5:2b:91:c0:18:ff:aa:76:c1:8e:bc:63:84:cf:14:31:75</tt><br>
                    363: <p>
1.246     steven    364: <li><strong>CVSROOT=anoncvs@mirror.osn.de:/cvs</strong><br>
1.249     nick      365: Location: N&uuml;rnberg, Germany.<br>
                    366: Maintained by <a href="mailto:aw@osn.de">Armin Wolfermann</a>.<br>
                    367: Protocols: ssh.<br>
1.307     sthen     368: Updated every 3 hours.<br>
1.215     david     369: SSH fingerprints:<br>
1.417     naddy     370: (RSA) <tt>MD5:f2:73:d2:f6:e3:01:ef:ca:3b:e7:6c:80:b6:bd:bb:84</tt><br>
                    371: (DSA) <tt>MD5:fb:33:05:62:96:20:cf:88:7e:10:cb:8d:91:72:57:32</tt><br>
1.246     steven    372: <p>
1.406     florian   373: <li><strong>CVSROOT=anoncvs@ftp.hostserver.de:/cvs</strong><br>
                    374: Location: Frankfurt, Germany.<br>
                    375: Maintained by <a href="mailto:mirror@hostserver.de">Sebastian Benoit, Florian Obser</a>.<br>
                    376: Protocols: ssh.<br>
                    377: Updated hourly from anoncvs1.ca.openbsd.org.<br>
                    378: SSH fingerprints:<br>
1.430     sthen     379: (RSA) <tt>SHA256:XrjDaKqJ6J02iSQ/eoiqII0LxJX9D/41eeC6pSQAJXs</tt>, <tt>MD5:ab:02:37:76:d9:f8:5b:3a:10:54:dc:8b:47:ef:c0:73</tt><br>
                    380: (DSA) <tt>SHA256:GYBYarN5A31LlnSRmxoy7f8upzkTZN8x/MPsB3wElLk</tt>, <tt>MD5:d1:0f:17:ee:06:f3:a4:ed:79:a2:eb:83:40:1b:7b:63</tt><br>
                    381: (ECDSA) <tt>SHA256:v6G11hMFfS2+zPh44hhZcpUqDEppyvGQe0vzmrtIHA8</tt>, <tt>MD5:fc:6d:06:54:ba:ed:7e:c2:d6:69:fb:c7:95:58:7b:c4</tt><br>
                    382: (ED25519) <tt>SHA256:KeG1InAfAnQKqpCewmXw/Egb+4UZZuIMGdlYVG+uxNg</tt>, <tt>MD5:1d:16:e2:2a:f2:85:28:b6:33:43:cb:de:c5:ad:fb:e9</tt><br>
1.406     florian   383: <p>
1.246     steven    384: <li><strong>CVSROOT=anoncvs@anoncvs.jp.openbsd.org:/cvs</strong><br>
1.249     nick      385: Host also known as <strong>kankoromochi.econ.nagasaki-u.ac.jp</strong>.<br>
                    386: Location: Nagasaki University, Faculty of Economics, Nagasaki, Japan.<br>
1.410     sthen     387: Maintained by <a href="mailto:sigh@nagasaki-u.ac.jp">SUZUKI Hitoshi</a>.<br>
1.249     nick      388: Protocols: ssh, pserver.<br>
                    389: Updated every 3 hours.<br>
1.410     sthen     390: SSH fingerprints:<br>
1.417     naddy     391: (RSA) <tt>MD5:80:6d:6b:9e:2b:5e:a3:fa:cc:bb:f7:fe:46:9f:ce:be</tt><br>
                    392: (DSA) <tt>MD5:f3:8e:b4:d0:00:26:f1:1b:5b:98:50:ad:d4:94:23:98</tt><br>
                    393: (ECDSA) <tt>MD5:dc:8b:b9:2f:4d:20:73:62:a9:3b:f8:ce:09:10:dc:b8</tt><br>
                    394: (ED25519) <tt>MD5:af:b8:2d:3c:0a:a0:89:15:cb:8f:c0:ad:e7:95:08:df</tt><br>
1.176     miod      395: <p>
1.454     sthen     396: <li><strong>CVSROOT=anoncvs@mirror.litnet.lt:/cvs</strong><br>
                    397: Location: Kaunas, Lithuania.<br>
                    398: Maintained by <a href="mailto:pkugrinas@gmail.com">Patrikas Kugrinas</a>.<br>
                    399: Protocols: ssh.<br>
                    400: Updated every 2 hours from anoncvs.eu.openbsd.org.<br>
                    401: SSH fingerprints:<br>
                    402: (RSA) <tt>SHA256:RmbGnT7IGLvVd9tm5mAx7rz6VntYlwqW6qyT2QuritY</tt>, <tt>MD5:86:a9:b4:85:26:79:c8:34:12:db:02:15:7e:45:79:bd</tt><br>
                    403: (DSA) <tt>SHA256:vjqwcohyvLttulWTBWNw42XUOdrr+ogV/iTgpWOFzOU</tt>, <tt>MD5:6f:bb:06:80:80:f3:90:1f:bf:c4:f8:d3:b1:46:40:8c</tt><br>
                    404: <p>
1.426     sthen     405: <li><strong>CVSROOT=anoncvs@openbsd.park.rambler.ru:/cvs</strong><br>
                    406: Location: Moscow, Russia.<br>
                    407: Maintained by <a href="mailto:mitya@rockers.su">Dmitry Alenichev</a>.<br>
                    408: Protocols: ssh, ssh port 2022.<br>
                    409: Updated hourly from anoncvs.fr.openbsd.org.<br>
                    410: SSH fingerprints:<br>
                    411: (RSA) <tt>SHA256:81ID50DZh6Uv65O34QnvPT+Lmkc/K6P58syHm+uT1tE</tt><br>
                    412: (DSA) <tt>SHA256:/LDLTfP2JqWELKvML1l7TiDOOo9MYcuz/joL0RG+SOU</tt><br>
                    413: (ECDSA) <tt>SHA256:1ln0sCEga9qcLkkWfS2ezUzKG8/BVQrruFw2ENNDrbA</tt><br>
                    414: (ED25519) <tt>SHA256:e2W+D1hXDiaWjcW4scYAyKLhe9tDz4GDnQm8FGKRpWs</tt><br>
                    415: <p>
1.267     grunk     416: <li><strong>CVSROOT=anoncvs@anoncvs.obsd.si:/cvs</strong><br>
                    417: Location: Ljubljana, Slovenia.<br>
1.397     naddy     418: Maintained by <a href="mailto:mitja@kerberos.si">Mitja Mu&#382;eni&#269;</a>.<br>
1.267     grunk     419: Protocols: ssh.<br>
1.377     sthen     420: Updated every 2 hours from anoncvs.spacehopper.org.<br>
1.376     sthen     421: SSH fingerprints:<br>
1.417     naddy     422: (RSA) <tt>MD5:5b:98:6c:06:a4:1f:83:da:03:aa:ef:e4:f5:f0:99:76</tt><br>
                    423: (DSA) <tt>MD5:2d:57:e2:9c:fd:9d:09:1c:5e:ff:3f:5d:59:78:93:cc</tt><br>
                    424: (ECDSA) <tt>MD5:3f:50:bd:1e:e5:8a:3d:a4:16:22:1c:2d:cf:8b:22:ed</tt><br>
1.267     grunk     425: <p>
1.328     sthen     426: <li><strong>CVSROOT=anoncvs@anoncvs.eu.openbsd.org:/cvs</strong><br>
                    427: Location: Stockholm University, Stockholm, Sweden.<br>
1.369     sthen     428: Maintained by <a href="mailto:jj@openbsd.org, ftp@it.su.se">Janne Johansson</a>.<br>
1.328     sthen     429: Protocols: ssh.<br>
                    430: Updated every 2 hours.<br>
                    431: SSH fingerprints:<br>
1.432     sthen     432: (RSA) <tt>SHA256:4gXNO1FcLP8Swdm759TMDI/73hCCO5kQr3vqi9o/r64</tt>, <tt>MD5:98:e6:80:5d:95:bb:e2:15:5e:19:4d:a3:e4:d0:bc:2c</tt><br>
                    433: (DSA) <tt>SHA256:blisb6OUx83i2AEo44Y9eoAVRgRHsLtiWeZF05rsmHM</tt>, <tt>MD5:55:cd:a7:a9:e3:bc:a5:5c:81:5e:98:c0:60:a2:67:52</tt><br>
                    434: (ECDSA) <tt>SHA256:uz1m+x471U/+3dGsDgvYI/o+pmobQhuILMcr/fZcr6E</tt>, <tt>MD5:a4:c1:8f:64:55:87:35:d6:82:8b:ba:cb:48:3f:be:96</tt><br>
                    435: (ED25519) <tt>SHA256:txtWp19E25H1oSarwXzYTDDr46jsVeolIprB02OOfM8</tt>, <tt>MD5:05:f8:b4:39:ae:5b:55:1d:a9:9c:d4:82:2b:ec:fb:2f</tt><br>
1.343     sthen     436: <p>
1.446     sthen     437: <li><strong>CVSROOT=anoncvs@anoncvs.eject.name:/cvs</strong><br>
                    438: Host also known as <strong>mirror.eject.name</strong>.<br>
                    439: Location: Kyiv, Ukraine.<br>
                    440: Maintained by <a href="mailto:eject.in.ua@gmail.com">Evgeniy Sudyr</a>.<br>
                    441: Protocols: ssh.<br>
                    442: Updated every 2 hours from anoncvs.eu.openbsd.org.<br>
                    443: SSH fingerprints:<br>
                    444: (RSA) <tt>SHA256:+eGnOmYbfUVtou5AVONtmaWNx3uez+EWlabAAcDCfaI</tt>, <tt>MD5:8e:4d:da:a8:ae:d3:b6:07:d4:ca:0c:0b:3a:3a:cb:b0</tt><br>
                    445: (DSA) <tt>SHA256:uqF5bUhhYQVdYz5CDjeSjvglvlsJUIaCCfdFBg/MmB0</tt>, <tt>MD5:c3:2b:59:43:4e:c8:e6:61:27:c6:bc:0a:98:0b:72:be</tt><br>
                    446: (ECDSA) <tt>SHA256:jsXOlOfApC+cQ/jNZ0ZlglybnsN4luFPXqlG39wsZ/k</tt>, <tt>MD5:c7:c5:c7:9d:86:ef:3a:92:bc:55:c2:76:e8:c2:e8:4c</tt><br>
                    447: (ED25519) <tt>SHA256:O9QhsBBKXCroEH+INAIA+a6WKeEms+EQ39TIwovaMtI</tt>, <tt>MD5:e1:0b:c2:aa:6a:76:d9:f9:69:86:1d:00:fa:b8:d8:24</tt><br>
                    448: <p>
1.328     sthen     449: <li><strong>CVSROOT=anoncvs@anoncvs.spacehopper.org:/cvs</strong><br>
                    450: Location: London, United Kingdom.<br>
                    451: Maintained by <a href="mailto:sthen@openbsd.org">Stuart Henderson</a>.<br>
1.354     sthen     452: Protocols: ssh, ssh port 2022, ssh port 443.<br>
1.328     sthen     453: Updated hourly from anoncvs.ca.openbsd.org.<br>
                    454: SSH fingerprints:<br>
1.417     naddy     455: (RSA) <tt>SHA256:orTIOu6IKP7Ndz317tyCaz8LJnJWz4jmzSuG+FK7jwM</tt>, <tt>MD5:e2:19:16:3f:a3:2e:eb:94:14:cd:5c:92:9a:6c:9a:8f</tt><br>
                    456: (DSA) <tt>SHA256:0t4AQyR4Ci5hICZwPQ+l4b5l9evisj+wtry70ZWivZM</tt>, <tt>MD5:ff:47:13:22:83:d1:6e:df:a0:f0:4f:18:31:cb:f2:28</tt><br>
                    457: (ECDSA) <tt>SHA256:p+VCx2KynGtiFFaaiF010SIQu6gJgmJb//yokW2sGBE</tt>, <tt>MD5:a5:b0:2a:65:ff:9a:0b:ef:7d:6f:d2:95:2e:a7:c9:2c</tt><br>
                    458: (ED25519) <tt>SHA256:oaJ7VEyjt2EHMeixzKn9zJGiV5YlWHIUls070tKdBzI</tt>, <tt>MD5:65:ff:bc:e5:c0:a3:e2:17:fa:da:83:ce:de:29:fd:8b</tt><br>
1.328     sthen     459: <p>
                    460: <li><strong>CVSROOT=anoncvs@anoncvs3.usa.openbsd.org:/cvs</strong><br>
                    461: Location: National Center for Atmospheric Research, Boulder, CO, USA.<br>
                    462: Maintained by <a href="mailto:millert@openbsd.org">Todd C. Miller</a>.<br>
1.436     millert   463: Protocols: ssh, ssh port 2022, pserver.<br>
1.437     sthen     464: Updated hourly.<br>
1.328     sthen     465: SSH fingerprints:<br>
1.430     sthen     466: (RSA) <tt>SHA256:ZjlsP/GTTyMEKKkUNWTTA3p/+keRIxvp1kc6s+lQqTw</tt>, <tt>MD5:49:6f:4a:be:02:63:0d:c0:54:b0:57:f0:48:7f:ce:16</tt><br>
                    467: (DSA) <tt>SHA256:/+o+ogn8mzH+VQ8ZC85n4lItkx92YWrPFraLMrC2r3s</tt>, <tt>MD5:f9:ab:fc:60:a3:15:8f:9c:47:24:9e:92:15:78:0d:f3</tt><br>
                    468: (ECDSA) <tt>SHA256:UAjbt7WxQff1I2ZEp5Vgkpr0JGN5MmFX8PYMaZgIP24</tt>, <tt>MD5:99:4f:c8:23:6a:bf:75:1c:de:c9:11:bf:a4:fe:0a:51</tt><br>
                    469: (ED25519) <tt>SHA256:OuuKkSAzHjSA4TPjY9tHZyyKDUB5cpbIiXGFla2Xd1E</tt>, <tt>MD5:7a:6c:1e:53:36:4c:06:74:9e:0c:0d:d6:ff:20:aa:03</tt><br>
1.328     sthen     470: <p>
1.415     sthen     471: <li><strong>CVSROOT=anoncvs@mirror.planetunix.net:/cvs</strong><br>
                    472: Location: Chicago, IL, USA.<br>
                    473: Maintained by <a href="mailto:brian@planetunix.net">Brian Brombacher</a>.<br>
                    474: Protocols: ssh, ssh port 2022, pserver.<br>
                    475: Updated every 3 hours from anoncvs3.usa.openbsd.org.<br>
                    476: SSH fingerprints:<br>
1.417     naddy     477: (RSA) <tt>MD5:8f:42:bd:b0:a2:94:df:6b:af:1e:96:03:ea:68:03:d9</tt><br>
                    478: (DSA) <tt>MD5:26:51:e8:b3:38:88:dc:a8:2a:98:59:86:ab:40:bb:a4</tt><br>
1.437     sthen     479: <p>
1.453     millert   480: <li><strong>CVSROOT=anoncvs@anoncvs4.usa.openbsd.org:/cvs</strong><br>
                    481: Host also known as <strong>anoncvs4.usa.openbsd.org</strong>.<br>
                    482: Location: New York Internet, New York, NY, USA.<br>
                    483: Maintained by <a href="mailto:millert@openbsd.org">Todd C. Miller</a>.<br>
                    484: Protocols: ssh, ssh port 2022.<br>
                    485: Updated hourly.<br>
                    486: SSH fingerprints:<br>
                    487: (RSA) <tt>SHA256:RT7vVXrvmKgZ7VkrVZ0lgugDFCBPVT6iSwMh+m1vZTA</tt>, <tt>MD5:b9:8a:36:b5:ce:1f:b0:81:01:ef:5c:4b:85:1d:a3:c6</tt><br>
                    488: (DSA) <tt>SHA256:b6otnjswIwZwcMsic6cEFKBwUcwzu0mJNLRE3CrIr/Y</tt>, <tt>MD5:c1:2a:c4:35:0d:6b:45:54:14:4f:07:8a:f0:f0:74:7c </tt><br>
                    489: (ECDSA) <tt>SHA256:JreaFNTlm2Uhlk3iaMs4Rweq27KPSVYUgj9sZUsOxCc</tt>, <tt>MD5:0a:a7:86:11:96:c2:49:37:7f:d2:41:86:e2:f3:84:92</tt><br>
                    490: (ED25519) <tt>SHA256:iLsNcXOnluavlGUV+O4JE7TNppEwIMvsjZ7m1VVObiM</tt>, <tt>MD5:8e:bd:d0:fc:71:16:5e:d2:ff:4b:02:90:aa:0b:f0:f7</tt><br>
                    491: <p>
1.439     millert   492: <li><strong>CVSROOT=anoncvs@anoncvs2.usa.openbsd.org:/cvs</strong><br>
1.454     sthen     493: Host also known as <strong>anoncvs2.usa.openbsd.org, openbsd.se.rit.edu</strong>.<br>
1.437     sthen     494: Location: Rochester Institute of Technology, Rochester, NY, USA.<br>
                    495: Maintained by <a href="mailto:millert@openbsd.org">Todd C. Miller</a>.<br>
                    496: Protocols: ssh, ssh port 2022.<br>
                    497: Updated hourly.<br>
                    498: SSH fingerprints:<br>
                    499: (RSA) <tt>SHA256:O/qRkEam5QXBxAcHA8qEEHXp9D2Ad1RMS43crbP+PDE</tt>, <tt>MD5:91:12:49:07:80:ff:aa:79:49:bd:df:6d:df:d8:53:e4</tt><br>
                    500: (DSA) <tt>SHA256:+sNBHW4fy9/cb0CJLGAe/wBkmwXI7C/vU81rdFVs3mE</tt>, <tt>MD5:ca:4f:76:39:65:92:e2:67:c4:12:41:66:22:d6:d5:0d</tt><br>
                    501: (ECDSA) <tt>SHA256:Bt9zXfPRYnP8DDBEXhH0SwCs3fU8EX/UA1Q5ypzkRdg</tt>, <tt>MD5:6d:9c:fc:d9:d3:c0:52:69:0e:23:f9:f2:44:02:a8:5f</tt><br>
                    502: (ED25519) <tt>SHA256:c+jgUzXaKxwtbQUy+dfpC340p4bVzFYDNIDxW3dUO3A</tt>, <tt>MD5:7d:f1:ca:80:80:99:41:c9:c6:5f:48:0d:76:f9:f3:c9</tt><br>
                    503: <p>
                    504: <li><strong>CVSROOT=anoncvs@anoncvs1.usa.openbsd.org:/cvs</strong><br>
1.453     millert   505: Host also known as <strong>anoncvs.usa.openbsd.org, anoncvs1.usa.openbsd.org</strong>.<br>
1.437     sthen     506: Location: Network Media, LLC, Bend, OR, USA.<br>
                    507: Maintained by <a href="mailto:millert@openbsd.org">Todd C. Miller</a>.<br>
                    508: Protocols: ssh, pserver.<br>
                    509: Updated hourly.<br>
                    510: SSH fingerprints:<br>
                    511: (RSA) <tt>SHA256:PFKE28DFbJLmqoLkq9xfBuiYl9GN2LABsvUpzNk+LlE</tt>, <tt>MD5:49:67:9a:46:62:8a:3f:4e:b3:63:ca:d6:41:29:2a:2f</tt><br>
                    512: (DSA) <tt>SHA256:KgFHf4YO6nVgCxEEPzgT/jT7QEqSWr56HC2P/PkOKa0</tt>, <tt>MD5:a7:75:49:77:f3:47:d1:3c:5e:65:84:84:3b:03:f1:33</tt><br>
                    513: (ECDSA) <tt>SHA256:Ofstc7xq/W+73vBMUpb3A4ZqLNhKI3u2FdzbOkJpOHI</tt>, <tt>MD5:d3:b2:b5:68:87:3b:f6:93:21:fd:28:ea:cc:b6:e1:13</tt><br>
                    514: (ED25519) <tt>SHA256:IYHq/zKqYnd2wy71Br6X8Q1Jk0XGjOJA4PU6CAr6pDo</tt>, <tt>MD5:0d:83:33:eb:8a:ee:f9:b0:5f:77:a8:0e:48:65:ba:e1</tt><br>
1.415     sthen     515: <p>
1.408     sthen     516: <li><strong>CVSROOT=anoncvs@anoncvs.obsd.esc7.net:/cvs</strong><br>
                    517: Location: Dallas, TX, USA.<br>
                    518: Maintained by <a href="mailto:bwarriner@esc7.net">Ben Warriner</a>.<br>
                    519: Protocols: ssh.<br>
                    520: Updated every 2 hours from anoncvs1.usa.openbsd.org.<br>
                    521: SSH fingerprints:<br>
1.417     naddy     522: (RSA) <tt>MD5:2a:c8:01:6f:5c:fe:78:75:84:29:c3:11:0f:65:05:07</tt><br>
                    523: (DSA) <tt>MD5:0e:ce:de:c4:7d:a0:d1:71:0a:af:cf:ee:34:43:bc:23</tt><br>
                    524: (ECDSA) <tt>MD5:68:f1:e8:11:94:5c:5e:15:d0:ee:54:1f:ee:57:33:4a</tt><br>
                    525: (ED25519) <tt>MD5:ca:ea:e7:77:84:1d:64:3d:5e:9f:25:a6:60:4c:53:52</tt><br>
1.408     sthen     526: <p>
1.246     steven    527:
1.73      deraadt   528: </ul>
1.84      beck      529:
1.461     tb        530: If your server is listed on here with inaccurate or unknown information, please
                    531: contact <a href="mailto:beck@openbsd.org"><tt>beck@openbsd.org</tt></a>.
1.104     ericj     532:
1.80      beck      533: <p>
1.249     nick      534: You may want to use
1.447     tb        535: <a href="http://man.openbsd.org/traceroute">traceroute(8)</a>
1.249     nick      536: to find out which server is nearest you.
                    537: Problems with a server should be reported to the <b>maintainer</b> of the
                    538: server in question.
1.104     ericj     539:
1.159     jcs       540: <p>
1.249     nick      541: If local policy prevents outgoing connections to ssh's default port of 22,
1.370     rpe       542: some servers permit connections on an alternative port (typically 2022).
                    543: These are noted in the list above.
1.461     tb        544: To use a different port, reconfigure your ssh client by adding a <tt>Host</tt>
                    545: entry to <tt>$HOME/.ssh/config</tt>, e.g.:
                    546: <blockquote><pre>
                    547: Host anoncvs.ca.openbsd.org
                    548:     Port 2022
                    549: </pre></blockquote>
1.1       deraadt   550:
1.461     tb        551: <h3 id="MIRROR">Setting up an anoncvs mirror</h3>
1.105     ericj     552:
1.461     tb        553: Anoncvs mirrors currently require about 6GB of disk (and it will grow!), and use
                    554: up to 64MB of swap per anoncvs user (assuming the user does a large operation;
                    555: while smaller operations use fewer resources, anoncvs still makes much more of
                    556: an impact than ftp).
                    557: Such anoncvs machines should have excellent network connectivity for the area
                    558: they are expected to serve.
                    559: A <a href="anoncvs.shar">document</a> which describes the setup of anoncvs
                    560: servers is available.
                    561:
                    562: <h3 id="NOTES">Final notes</h3>
                    563:
                    564: After upgrading your source tree, you should read the comments at the top of
                    565: <tt>/usr/src/Makefile</tt> before attempting a build.
                    566: Also, you should build a new kernel <b>before</b> doing a <tt>make build</tt>
                    567: if possible.
                    568: In some cases it may be necessary to rebuild and install the <tt>config</tt>
                    569: utility before you can build the kernel.
                    570: If <tt>config GENERIC</tt> fails this is probably the case.
                    571:
1.249     nick      572: <p>
                    573: It is important to note that upgrading from a release to the current tree
                    574: by rebuilding the sources can be rather difficult due to dependencies
1.461     tb        575: that are often not obvious.
                    576: Therefore, it is suggested that you first install the latest snapshot before
                    577: attempting a tree build from source.
1.1       deraadt   578:
                    579: </body>
                    580: </html>