Commit Diff


commit - 0b6c230e1f2baa0702946f414418428a79945f53
commit + c1063e3dc1fb9cfc34e033f46b730baebc2f9b9e
blob - 7d531816294166c180b89186dd5145abeb8478d5
blob + 9c968e99e7b2c036d9788ff8497d530b4747929e
--- code.html
+++ code.html
@@ -23,28 +23,42 @@ Source code for released versions is available in the
 <a href="releases/">releases</a> directory.
 
 <p>
-The official Game of Trees Git repository can be cloned from
-git.gameoftrees.org:
+The Game of Trees Git repository can be cloned from
+got.gameoftrees.org via SSH:
 <pre class="cmdbox">
-git clone https://git.gameoftrees.org/got.git
+git clone ssh://anonymous@got.gameoftrees.org/got.git
 </pre>
 
-<p>
-Git protocol access is also available if needed, but is discouraged
-because it does not use encryption:
+The SSH public key fingerprints of got.gameoftrees.org are:
 <pre class="cmdbox">
-git clone git://git.gameoftrees.org/got.git
+1024 SHA256:aDX3rrQNDfIA5lyXIbynY+goiomgR4Cdx5j4qmWq26I (DSA)
+256 SHA256:kmeRVbw2BLak1iZJIv6/AkNhGqW97WIu58SeH8kUfls (ECDSA)
+256 SHA256:jvQMQNSKE+p7roYA3Tl8/giZyOUqL7emXS+lJT7KMQ4 (ED25519)
+3072 SHA256:q/CWVAukwojxNL3srvWhfHZX00t+eO1IhmnwFAEhE6o (RSA)
 </pre>
 
 <p>
 If the <a href="got.1.html">got(1)</a> utility is already installed it can
 be used instead of Git to clone the repository and check out a work tree:
 <pre class="cmdbox">
-got clone git://git.gameoftrees.org/got.git
+got clone ssh://anonymous@got.gameoftrees.org/got.git
 got checkout got.git
 </pre>
 
+Alternatively, the repository can be cloned from git.gameoftrees.org
+via HTTPS with Git:
+<pre class="cmdbox">
+git clone https://git.gameoftrees.org/got.git
+</pre>
+
 <p>
+Git protocol access is also available if needed, but is discouraged
+because it does not use encryption:
+<pre class="cmdbox">
+git clone git://git.gameoftrees.org/got.git
+</pre>
+
+<p>
 Web interfaces for browsing are also available:
 <ul>
 <li> gotwebd: <a href="https://got.gameoftrees.org/"