about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorgbmor <ahriman@falte.red>2020-04-24 01:31:15 -0400
committergbmor <ahriman@falte.red>2020-04-24 01:31:15 -0400
commit06751201c40287f304dfa2081bc5ab535a8688cc (patch)
tree2213db2f535d7ef68e00c29bd08d2ed1f9f05b34
parent5c261ca6a305c8856c162e8b819f03b0a4847658 (diff)
downloadsite-06751201c40287f304dfa2081bc5ab535a8688cc.tar.gz
replaced some refs to old admin acct
-rw-r--r--coc.html6
-rw-r--r--index.html10
2 files changed, 8 insertions, 8 deletions
diff --git a/coc.html b/coc.html
index 4a52b29..8b4d4bb 100644
--- a/coc.html
+++ b/coc.html
@@ -101,14 +101,14 @@ concise description of your grievance.</p>
 <p>tilde.institute admins:</p>
 <ul>
     <li>all admins &#9993; <a href="mailto:admins@tilde.institute">admins@tilde.institute</a></li>
-    <li>ahriman
-  &#9993; <a href="mailto:ahriman@tilde.institute">ahriman@tilde.institute</a></li>
+    <li>gbmor
+  &#9993; <a href="mailto:gbmor@tilde.institute">gbmor@tilde.institute</a></li>
 <li>Kneezle
    &#9993; <a href="mailto:kneezle@tilde.institute">kneezle@tilde.institute</a></li>
  </ul>
 <p>Admins can be reached privately:</p>
 <ul>
-    <li>on IRC using <code>/msg ahriman hello</code> or <code>/msg kneezle hello</code></li>
+    <li>on IRC using <code>/msg gbmor hello</code> or <code>/msg kneezle hello</code></li>
 <li>via e-mail at the private addresses listed above.</li>
 </ul>
 <h2>10. License and Attribution</h2>
diff --git a/index.html b/index.html
index 0e287f2..c7d77ac 100644
--- a/index.html
+++ b/index.html
@@ -74,14 +74,14 @@
             <li><code>ircII</code></li>
 		</ul>
         <p>Feel free to contact the admins via <a href="mailto:admins@tilde.institute">admins@tilde.institute</a> or on IRC in <code>#institute</code> if you need another package installed, or if you would like your homepage's index changed from <code>index.html</code> to something else (<code>index.cgi</code>, <code>index.php</code>, etc).</p>
-        <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>
+            <em>2020 April 17</em>
+            <p>Some ssh host heys were regenerated and 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>
+            <p>Then connect and tell ssh to check the sshfp records:</p>
+            <p><code>ssh -o "VerifyHostKeyDNS ask" &lt;user&gt;@tilde.institute</code></p>
             <br />
             <em>2020 April 14</em>
             <p>Upgraded to OpenBSD 6.6. Everything went smoothly. Enjoy!</p>