From ad0095c5c8454a092f6001faadcdac7d7d27ca03 Mon Sep 17 00:00:00 2001 From: surtur Date: Fri, 23 Oct 2020 02:20:48 +0200 Subject: [PATCH] chore: use a plaintext file for listing host keys --- custom/public/hostkeys.html | 103 ------------------ custom/public/ssh-hostkeys.txt | 4 + .../templates/custom/extra_links_footer.tmpl | 2 +- 3 files changed, 5 insertions(+), 104 deletions(-) delete mode 100644 custom/public/hostkeys.html create mode 100644 custom/public/ssh-hostkeys.txt diff --git a/custom/public/hostkeys.html b/custom/public/hostkeys.html deleted file mode 100644 index 3b55af8..0000000 --- a/custom/public/hostkeys.html +++ /dev/null @@ -1,103 +0,0 @@ - - - - - - hostkeys - git.dotya.ml Gitea Service - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
-
-
-
- - - - - - - - - - - - - - - - - - - - -

- Host keys -

(ED25519)SHA256:i6DvPgfdDa9vafcCYdsleV1v5P2WFPHrNt/eJWL1KTo
(ECDSA)SHA256:1ksd14LUKfLaRriGWt/zlfhetUUVv4cehIffK//iH6o
(RSA)SHA256:2t/JTS5p/AGee3mj3DRCWVhnGAjxC67akaG+qE9J4cU
-
-
-
- - - diff --git a/custom/public/ssh-hostkeys.txt b/custom/public/ssh-hostkeys.txt new file mode 100644 index 0000000..8412e87 --- /dev/null +++ b/custom/public/ssh-hostkeys.txt @@ -0,0 +1,4 @@ +# git.dotya.ml +SHA256:i6DvPgfdDa9vafcCYdsleV1v5P2WFPHrNt/eJWL1KTo (ED25519) +SHA256:1ksd14LUKfLaRriGWt/zlfhetUUVv4cehIffK//iH6o (ECDSA) +SHA256:2t/JTS5p/AGee3mj3DRCWVhnGAjxC67akaG+qE9J4cU (RSA) diff --git a/custom/templates/custom/extra_links_footer.tmpl b/custom/templates/custom/extra_links_footer.tmpl index 9e027a5..c62d1c2 100644 --- a/custom/templates/custom/extra_links_footer.tmpl +++ b/custom/templates/custom/extra_links_footer.tmpl @@ -1,4 +1,4 @@ -hostkeys +hostkeys Status · dotya.ml · Contact