diff options
author | David Runge <dave@sleepmap.de> | 2022-05-01 15:49:57 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2022-05-01 16:18:16 +0200 |
commit | c970f1891ec695011a562739d7a349e583a0ac31 (patch) | |
tree | eac0714279fbddac759dc41eb5ef366388ee577e | |
parent | 71ae0b024db0a9833086b60a71c57a74fb2c85c4 (diff) | |
download | dotfiles-c970f1891ec695011a562739d7a349e583a0ac31.tar.gz dotfiles-c970f1891ec695011a562739d7a349e583a0ac31.tar.bz2 dotfiles-c970f1891ec695011a562739d7a349e583a0ac31.tar.xz dotfiles-c970f1891ec695011a562739d7a349e583a0ac31.zip |
gpg-agent: Add ssh-agent support
.gnupg/gpg-agent.conf:
Enable ssh-agent support in gpg-agent
-rw-r--r-- | .gnupg/gpg-agent.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gnupg/gpg-agent.conf b/.gnupg/gpg-agent.conf index c478fc2..cfe8984 100644 --- a/.gnupg/gpg-agent.conf +++ b/.gnupg/gpg-agent.conf @@ -6,3 +6,6 @@ allow-loopback-pinentry # set the time a chace entry is valid to 20minutes default-cache-ttl 1200 + +# ssh support +enable-ssh-support |