feat(key): add link to base allowed_signers
file
This commit adds a link to my baseline `allowed_signers` file which was introduced in commit 86e126aacdb49f64203852229c1fb63b0424d138.
This commit is contained in:
parent
b2672d1df0
commit
07710f77d8
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<!-- Inferencium - Website - Key -->
|
<!-- Inferencium - Website - Key -->
|
||||||
<!-- Version: 9.2.0-alpha.4 -->
|
<!-- Version: 9.2.0-alpha.5 -->
|
||||||
|
|
||||||
<!-- Copyright 2022 Jake Winters -->
|
<!-- Copyright 2022 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
@ -111,6 +111,8 @@
|
|||||||
chain, which can be performed by adding each of my public keys to SSH's
|
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>
|
<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>
|
<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>
|
||||||
|
<p>You can use my base <a href="key/allowed_signers"><code>allowed_signers</code></a> file
|
||||||
|
in lieu of your own, or inject its contents into your own.</p>
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<th>ID</th>
|
<th>ID</th>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user