Sign git commits with id_ed25519 instead of id_rsa

This commit is contained in:
Andrea Ciceri 2025-04-06 17:21:17 +02:00
parent df2ab41246
commit d0e16f75f7
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -27,11 +27,11 @@ in
rebase.autostash = true;
github.user = "aciceri";
user.signingKey = "/home/${username}/.ssh/id_rsa";
user.signingKey = "/home/${username}/.ssh/id_ed25519";
gpg.format = "ssh";
commit.gpgsign = true;
credential.helper = "manager";
credential.helper = "libsecret";
credential.credentialStore = "cache";
core = {