Add fsfe to allowed_signers

Added the fsfe-key to allowed signers and configured the conditianal to
load the config from the path when working in that directory.
This commit is contained in:
c47 2024-04-28 18:35:52 +02:00
parent 6a5d1db58b
commit d0f7907aca
Signed by: c47
SSH key fingerprint: SHA256:FIo5G1VJnESaIB/8N5lcc2IDuZ02Sl2Qyye15i4w7jQ
2 changed files with 3 additions and 0 deletions

View file

@ -1,2 +1,3 @@
info@nixre.net ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINKnoeiitP79Mp/DUSK86DGaH09H44U2QtDSB+J6rM6R c47@ferret
c47@nixre.net ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINKnoeiitP79Mp/DUSK86DGaH09H44U2QtDSB+J6rM6R c47@ferret
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL08YS/7B5jaoiAkG5/lLGm0RUnHqseZijvLSmtuIsHk c47@git.fsfe.org

View file

@ -6,6 +6,8 @@
[includeIf "gitdir:~/gits/priv/"]
path = ~/gits/priv/.gitconfig
[includeIf "gitdir:~/gits/fsfe"]
path = ~/gits/fsfe/.gitconfig
[gpg "ssh"]
allowedSignersFile = ~/.config/git/allowed_signers
[log]