Commit Diff


commit - 3fba9989ec619108dbd136c6cbae32ab22db98cf
commit + 84809f1caf2151cb0ac50944d3900e3e3bfaa569
blob - b0ca27c458f624bdfde768f59db482ba8a88a5fa
blob + cfb77dd61637069959a7ffff66154285755f881c
--- portable.html
+++ portable.html
@@ -63,27 +63,44 @@ Separate ports, based on the OpenBSD version rather th
 </p>
 <hr>
 <p>
-The official Game of Trees -portable Git repository can be cloned from
-git.gameoftrees.org:
+The Game of Trees -portable Git repository can be cloned from
+got.gameoftrees.org via SSH:
 <pre class="cmdbox">
-git clone https://git.gameoftrees.org/got-portable.git
+git clone ssh://anonymous@got.gameoftrees.org/got-portable.git
 </pre>
-</p>
-<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-portable.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-portable.git
+got clone ssh://anonymous@got.gameoftrees.org/got-portable.git
 got checkout got-portable.git
 </pre>
 </p>
+
 <p>
+Alternatively, the repository can be cloned from git.gameoftrees.org
+via HTTPS with Git:
+<pre class="cmdbox">
+git clone https://git.gameoftrees.org/got-portable.git
+</pre>
+</p>
+<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-portable.git
+</pre>
+</p>
+
+<p>
 A web interface for browsing the code
 <a href="https://git.gameoftrees.org/gitweb/?p=got-portable.git;a=shortlog;h=refs/heads/linux">is also available.</a>
 </p>