gpg-agent: fix pinentry
for some reason I started getting the following error without this fix: sign_and_send_pubkey: signing failed for ED25519 ... from agent: agent refused operation
This commit is contained in:
parent
bef5b3f86d
commit
7eb2ffd0a0
|
@ -17,6 +17,7 @@
|
||||||
enableSshSupport = true;
|
enableSshSupport = true;
|
||||||
maxCacheTtl = 72000;
|
maxCacheTtl = 72000;
|
||||||
maxCacheTtlSsh = 72000;
|
maxCacheTtlSsh = 72000;
|
||||||
|
pinentryFlavor = "tty";
|
||||||
};
|
};
|
||||||
home.shellAliases = {
|
home.shellAliases = {
|
||||||
s = "sudo -A";
|
s = "sudo -A";
|
||||||
|
|
Loading…
Reference in a new issue