commit c1063e3dc1fb9cfc34e033f46b730baebc2f9b9e from: Stefan Sperling date: Tue Jan 17 15:14:31 2023 UTC publish url and ssh pubkeys of the anonymous gotd mirror 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 releases directory.

-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:

-git clone https://git.gameoftrees.org/got.git
+git clone ssh://anonymous@got.gameoftrees.org/got.git
 
-

-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:

-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)
 

If the got(1) utility is already installed it can be used instead of Git to clone the repository and check out a work tree:

-got clone git://git.gameoftrees.org/got.git
+got clone ssh://anonymous@got.gameoftrees.org/got.git
 got checkout got.git
 
+Alternatively, the repository can be cloned from git.gameoftrees.org +via HTTPS with Git: +
+git clone https://git.gameoftrees.org/got.git
+
+

+Git protocol access is also available if needed, but is discouraged +because it does not use encryption: +

+git clone git://git.gameoftrees.org/got.git
+
+ +

Web interfaces for browsing are also available: