dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit 7d26035771daa76151f267896452efc5edfcce8b
parent 338498f4fd7178ba6efd65cb7948ee988fa0817e
Author: pyratebeard <root@pyratebeard.net>
Date:   Tue, 21 May 2024 12:51:47 +0100

fix(gpg): increase ssh cache for longer work day

Diffstat:
Mgpg/.local/share/gpg/gpg-agent.conf | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gpg/.local/share/gpg/gpg-agent.conf b/gpg/.local/share/gpg/gpg-agent.conf @@ -1,6 +1,6 @@ default-cache-ttl 84000 max-cache-ttl 84000 -default-cache-ttl-ssh 28800 -max-cache-ttl-ssh 28800 +default-cache-ttl-ssh 32400 +max-cache-ttl-ssh 32400 pinentry-program /usr/bin/pinentry-tty quiet