Commit Diff


commit - 31de32ad5b637431d1995597b8c9ee56bc4dc934
commit + 291b9376172c964b44d89cf325127f9bcce6e2f2
blob - 02c6513e604fc687a221c5ab4e4574b07e6f6118
blob + f5fd9516f8fc346645c1b279dbbc2376654ef65a
--- portable.html
+++ portable.html
@@ -63,28 +63,10 @@ Separate ports, based on the OpenBSD version rather th
 </p>
 <hr>
 <p>
-The Game of Trees -portable Git repository can be cloned from
-got.gameoftrees.org via SSH:
-<pre class="cmdbox">
-git clone ssh://anonymous@got.gameoftrees.org/got-portable.git
-</pre>
-The SSH public key fingerprints of got.gameoftrees.org are:
-<pre class="cmdbox">
-1024 SHA256:aDX3rrQNDfIA5lyXIbynY+goiomgR4Cdx5j4qmWq26I (DSA)
-256 SHA256:kmeRVbw2BLak1iZJIv6/AkNhGqW97WIu58SeH8kUfls (ECDSA)
-256 SHA256:jvQMQNSKE+p7roYA3Tl8/giZyOUqL7emXS+lJT7KMQ4 (ED25519)
-3072 SHA256:q/CWVAukwojxNL3srvWhfHZX00t+eO1IhmnwFAEhE6o (RSA)
-</pre>
+The Game of Trees -portable Git repository can be cloned via SSH.
+See the <a href="code.html">Source Code</a> page for details.
 </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 ssh://anonymous@got.gameoftrees.org/got-portable.git
-got checkout got-portable.git
-</pre>
-</p>
-
 <!-- deprecated, don't use for new clones
 <p>
 Alternatively, the repository can be cloned from git.gameoftrees.org