diff options
-rw-r--r-- | coc.html | 6 | ||||
-rw-r--r-- | index.html | 10 |
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 ✉ <a href="mailto:admins@tilde.institute">admins@tilde.institute</a></li> - <li>ahriman - ✉ <a href="mailto:ahriman@tilde.institute">ahriman@tilde.institute</a></li> + <li>gbmor + ✉ <a href="mailto:gbmor@tilde.institute">gbmor@tilde.institute</a></li> <li>Kneezle ✉ <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 & 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" <user>@tilde.institute</code></p> <br /> <em>2020 April 14</em> <p>Upgraded to OpenBSD 6.6. Everything went smoothly. Enjoy!</p> |