From 83f5bb5b318c0fda8d6c165ba1f34f5333d3952c 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 86e126aacd.
---
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.