update: webpage "Key" from version "9.1.0-beta.1" onto "9.2.0-beta.1"

This commit is contained in:
inference 2025-06-24 19:59:22 +00:00
parent 6be062906b
commit 0354663e86
Signed by: inference
SSH Key Fingerprint: SHA256:/O3c09/4f1lh4zrhFs2qvQEDda6dZbTwG9xEcj8OfWo

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Inferencium - Website - Key --> <!-- Inferencium - Website - Key -->
<!-- Version: 9.1.0-beta.1 --> <!-- Version: 9.2.0-beta.1 -->
<!-- Copyright 2022 Jake Winters --> <!-- Copyright 2022 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause --> <!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -55,17 +55,6 @@
<li><a href="#file_git_signing">File/Git Signing</a></li> <li><a href="#file_git_signing">File/Git Signing</a></li>
<ul> <ul>
<li><a href="#ssh">SSH</a></li> <li><a href="#ssh">SSH</a></li>
<ul>
<li><a href="#ssh-current">Current</a></li>
<ul>
<li><a href="#ssh-current-2">#2</a></li>
</ul>
<li><a href="#ssh-legacy">Legacy</a></li>
<ul>
<li><a href="#ssh-legacy-1">#1</a></li>
<li><a href="#ssh-legacy-0">#0</a></li>
</ul>
</ul>
</ul> </ul>
</ul> </ul>
</nav> </nav>
@ -104,28 +93,67 @@
<h2><a href="#file_git_signing">File/Git Signing</a></h2> <h2><a href="#file_git_signing">File/Git Signing</a></h2>
<section id="ssh"> <section id="ssh">
<h3><a href="#ssh">SSH</a></h3> <h3><a href="#ssh">SSH</a></h3>
<p class="update_date">Updated: 2024-04-01 (UTC+00:00)</p> <p>SSH keys used to sign data outside of their validity periods should be classified as
<p>SSH keys used to sign data outside of their dates listed below should be classified as compromised; only trust SSH keys used within their validity periods.</p>
compromised. Only trust SSH keys used within their date ranges.</p> <p>Each SSH key is signed with the previous key, allowing verification of the
<p>Each SSH key is signed by the previous key, allowing verification of the chain of keys, chain-of-trust. You can download my public keys and their signature files via their ID links
and root of trust.</p> in the table below.</p>
<h4 id="ssh-current"><a href="#ssh-current">Current</a></h4> <p>It is <strong>strongly</strong> recommended that you verify the entire chain, which can
<h5 id="ssh-current-2"><a href="#ssh-current-2">#2 (2024-04-01 - present)</a></h5> be performed by adding each of my public keys to SSH's <code>allowed_signers</code> file,
<h6 id="ssh-current-2-fingerprint"><a href="#ssh-current-2-fingerprint">Fingerprint</a></h6> then running the following command for each key:</p>
<code>SHA256:K/a677+eHm7chi3X4s77BIpLTE9Vge1tsv+jUL5gI+Y</code> <pre>ssh-keygen -Y verify -f <var>&lt;allowed_signers file&gt;</var> -I <var>&lt;signer name/email address&gt;</var> -n file -s <var>&lt;signature file of file-to-verify&gt;</var> &lt; <var>&lt;file-to-verify&gt;</var></pre>
<h6 id="ssh-current-2-key"><a href="#ssh-current-2-key">Key</a></h6> <p>You can use my base <a href="key/allowed_signers"><code>allowed_signers</code></a> file
<code>ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ7xGvfyArrAwOAzjnkPIWYmLzX4JAxjrqpzkDBMycQS</code> in lieu of your own, or inject its contents into your own.</p>
<h4 id="ssh-legacy"><a href="#ssh-legacy">Legacy</a></h4> <div style="overflow-x:auto;">
<h5 id="ssh-legacy-1"><a href="#ssh-legacy-1">#1 (2023-07-27 - 2024-04-01)</a></h5> <table>
<h6 id="ssh-legacy-1-fingerprint"><a href="#ssh-legacy-1-fingerprint">Fingerprint</a></h6> <tr>
<code>SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc</code> <th>ID</th>
<h6 id="ssh-legacy-1-key"><a href="#ssh-legacy-1-key">Key</a></h6> <th>Public Key</th>
<code>ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILHPGnrIg7dI7GUqA+lTztJSrn+7QyRceajqs4iaU8UG</code> <th>Fingerprint</th>
<h5 id="ssh-legacy-0"><a href="#ssh-legacy-0">#0 (2023-01-01 - 2023-07-27)</a></h5> <th>Validity Start</th>
<h6 id="ssh-legacy-0-fingerprint"><a href="#ssh-legacy-0-fingerprint">Fingerprint</a></h6> <th>Validity End</th>
<code>SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M</code> </tr>
<h6 id="ssh-legacy-0-key"><a href="#ssh-legacy-0-key">Key</a></h6> <tr class="ssh-valid">
<code>ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINs8UH2hVmNSg0qKig/9ZQt07IuOHsorRfw1doEgMuJ8</code> <td class="ssh-valid">
<p><a href="key/inference%233.pub">#3</a></p>
<p class="small">(<a class="small" href="key/inference%233.pub.sig">Sig</a>)</p>
</td>
<td><pre class="ssh-valid">ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHSJTj7ksjVys/nBy3H6Tn+AwJlzLG9RUAtNOBPAaEtj</pre></td>
<td><pre class="ssh-valid">SHA256:/O3c09/4f1lh4zrhFs2qvQEDda6dZbTwG9xEcj8OfWo</pre></td>
<td class="ssh-valid">2025-06-23</td>
<td class="ssh-valid">Present</td>
</tr>
<tr class="ssh-invalid">
<td class="ssh-invalid">
<p><a href="key/inference%232.pub">#2</a></p>
<p class="small">(<a class="small" href="key/inference%232.pub.sig">Sig</a>)</p>
</td>
<td><pre class="ssh-invalid">ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ7xGvfyArrAwOAzjnkPIWYmLzX4JAxjrqpzkDBMycQS</pre></td>
<td><pre class="ssh-invalid">SHA256:K/a677+eHm7chi3X4s77BIpLTE9Vge1tsv+jUL5gI+Y</pre></td>
<td class="ssh-invalid">2024-04-01</td>
<td class="ssh-invalid">2025-06-23</td>
</tr>
<tr class="ssh-invalid">
<td class="ssh-invalid">
<p><a href="key/inference%231.pub">#1</a></p>
<p class="small">(<a class="small" href="key/inference%231.pub.sig">Sig</a>)</p>
</td>
<td><pre class="ssh-invalid">ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILHPGnrIg7dI7GUqA+lTztJSrn+7QyRceajqs4iaU8UG</pre></td>
<td><pre class="ssh-invalid">SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc</pre></td>
<td class="ssh-invalid">2023-07-27</td>
<td class="ssh-invalid">2024-04-01</td>
</tr>
<tr class="ssh-invalid">
<td class="ssh-invalid">
<p><a href="key/inference%230.pub">#0</a></p>
</td>
<td><pre class="ssh-invalid">ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINs8UH2hVmNSg0qKig/9ZQt07IuOHsorRfw1doEgMuJ8</pre></td>
<td><pre class="ssh-invalid">SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M</pre></td>
<td class="ssh-invalid">2023-01-01</td>
<td class="ssh-invalid">2023-07-27</td>
</tr>
</table>
</div>
</section> </section>
</section> </section>
<div class="sitemap-small"><a href="sitemap.xhtml">Sitemap</a></div> <div class="sitemap-small"><a href="sitemap.xhtml">Sitemap</a></div>