about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorgbmor <ahriman@falte.red>2020-04-16 16:43:53 -0400
committergbmor <ahriman@falte.red>2020-04-16 16:43:53 -0400
commit5c261ca6a305c8856c162e8b819f03b0a4847658 (patch)
tree2a0dd1d5f163189cc3de20e84e0feb177f04fc5b
parent264a6700d11d2dca2836d0086f722e5e2cb8d916 (diff)
downloadsite-5c261ca6a305c8856c162e8b819f03b0a4847658.tar.gz
news entry re: ssh key fingerprint
-rw-r--r--index.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/index.html b/index.html
index da368b4..0e287f2 100644
--- a/index.html
+++ b/index.html
@@ -77,6 +77,12 @@
         <p>The SSH key fingerprint is: <code>ssh-ed25519 SHA256:3n9E2Y0Kz4YeF776aUQNM+roVICTVQHFs64ekyADQxY</code></p>
         <div id="news">
             <h1>News &amp; Updates</h1>
+            <em>2020 April 16</em>
+            <p>Some old SSH host keys were pruned from the system. A single ed25519 key remains. The fingerprint can be verified just above this news section.
+            I also deployed SSHFP records. If you receive an error related to this when connecting, remove the old host key fingerprint:</p>
+            <p><code>ssh-keygen -R tilde.institute</code></p>
+            <p>Then verify the new fingerprint is correct when prompted upon reconnecting.</p>
+            <br />
             <em>2020 April 14</em>
             <p>Upgraded to OpenBSD 6.6. Everything went smoothly. Enjoy!</p>
             <em>2019 July 30</em>