From 02f23e31b8e95353d4e7d73405f0b34c901d42fd Mon Sep 17 00:00:00 2001 From: Oleksandr Smirnov Date: Sat, 1 Mar 2025 15:09:34 +0200 Subject: [PATCH] git: allowedSignersFile --- gitconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gitconfig b/gitconfig index 6dafd2e..be011b6 100644 --- a/gitconfig +++ b/gitconfig @@ -3,12 +3,15 @@ [user] name = Oleksandr Smirnov email = olexsmir@gmail.com - signingkey = /home/olex/.ssh/id_ed25519.pub + signingkey = ~/.ssh/id_ed25519.pub [gpg] program = gpg2 format = ssh +[gpg "ssh"] + allowedSignersFile = ~/.config/git_allowed_signers + [core] editor = nvim pager = delta