From 07710f77d87cfda723dc310a433f2a3bc2aa0fec Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 24 Jun 2025 16:21:22 +0000 Subject: [PATCH] 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. --- key.xhtml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/key.xhtml b/key.xhtml index 24c29a5..ce6bd0a 100644 --- a/key.xhtml +++ b/key.xhtml @@ -1,7 +1,7 @@ - + @@ -111,6 +111,8 @@ chain, which can be performed by adding each of my public keys to SSH's allowed_signers file, then running the following command for each key:

ssh-keygen -Y verify -f <allowed_signers file> -I <signer name/email address> -n file -s <signature file of file-to-verify> < <file-to-verify>
+

You can use my base allowed_signers file + in lieu of your own, or inject its contents into your own.

ID