feat(key): add SSH-key verification instructions
This commit is contained in:
parent
86e126aacd
commit
b2672d1df0
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- Inferencium - Website - Key -->
|
||||
<!-- Version: 9.2.0-alpha.3 -->
|
||||
<!-- Version: 9.2.0-alpha.4 -->
|
||||
|
||||
<!-- Copyright 2022 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -107,7 +107,10 @@
|
||||
<p>SSH keys used to sign data outside of their validity periods should be classified as
|
||||
compromised; only trust SSH keys used within their validity periods.</p>
|
||||
<p>Each SSH key is signed with the previous key, allowing verification of the
|
||||
chain-of-trust.</p>
|
||||
chain-of-trust. It is <strong>strongly</strong> recommended that you verify the entire
|
||||
chain, which can be performed by adding each of my public keys to SSH's
|
||||
<code>allowed_signers</code> file, then running the following command for each key:</p>
|
||||
<pre>ssh-keygen -Y verify -f <var><allowed_signers file></var> -I <var><signer name/email address></var> -n file -s <var><signature file of file-to-verify></var> < <var><file-to-verify></var></pre>
|
||||
<table>
|
||||
<tr>
|
||||
<th>ID</th>
|
||||
|
Loading…
x
Reference in New Issue
Block a user