From d4b7a2c16fa4851237cac5df657974a87cb9b8b4 Mon Sep 17 00:00:00 2001 From: Ted Kulp Date: Fri, 28 Jun 2024 06:38:06 -0400 Subject: [PATCH] feat: show signatures in git log --- .gitconfig##template | 1 + .ssh/allowed_signers | 1 + 2 files changed, 2 insertions(+) create mode 100644 .ssh/allowed_signers diff --git a/.gitconfig##template b/.gitconfig##template index 55d20a4..92bd2e1 100644 --- a/.gitconfig##template +++ b/.gitconfig##template @@ -18,6 +18,7 @@ [gpg "ssh"] program = "/Applications/1Password.app/Contents/MacOS/op-ssh-sign" + allowedSignersFile = /Users/tedkulp/.ssh/allowed_signers {% endif %} [commit] diff --git a/.ssh/allowed_signers b/.ssh/allowed_signers new file mode 100644 index 0000000..30df884 --- /dev/null +++ b/.ssh/allowed_signers @@ -0,0 +1 @@ +ted@allocate.co ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFsv4Cz+g1q93ifvEhSyMgE6mWiKacoLRKyHgWC7Vey7