Switch to ssh signing
This commit is contained in:
parent
47285fd760
commit
3f8eb4b7a2
1 changed files with 5 additions and 2 deletions
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
[user]
|
[user]
|
||||||
name = Alexander Wühr
|
name = Alexander Wühr
|
||||||
signingKey = 0B7107C9393169F4
|
signingKey = ~/.ssh/id_ed25519.pub
|
||||||
email = alex@pnyhf.eu
|
email = alex@pnyhf.eu
|
||||||
[push]
|
[push]
|
||||||
default = current
|
default = current
|
||||||
|
@ -70,8 +70,11 @@
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
|
|
||||||
|
[gpg]
|
||||||
|
format = ssh
|
||||||
|
|
||||||
[gpg "ssh"]
|
[gpg "ssh"]
|
||||||
allowedSignersFile = /home/awuehr/.ssh/allowed_signers
|
allowedSignersFile = ~/.ssh/allowed_signers
|
||||||
|
|
||||||
[includeIf "gitdir:~/dev/scn/"]
|
[includeIf "gitdir:~/dev/scn/"]
|
||||||
path = ~/dev/scn/.gitconfig
|
path = ~/dev/scn/.gitconfig
|
||||||
|
|
Loading…
Reference in a new issue