feat(user/git): allow signing with SSH key
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
f4f6169fa5
commit
49a034d6d7
1 changed files with 4 additions and 0 deletions
|
@ -33,8 +33,12 @@
|
||||||
cmd = code --wait --diff $LOCAL $REMOTE
|
cmd = code --wait --diff $LOCAL $REMOTE
|
||||||
|
|
||||||
[gpg]
|
[gpg]
|
||||||
|
# format = ssh
|
||||||
program = gpg2
|
program = gpg2
|
||||||
|
|
||||||
|
[gpg "ssh"]
|
||||||
|
allowedSignersFile = /home/{{ target_user }}/.ssh/allowed_signers
|
||||||
|
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue