dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit b986cbcc0174a9e7f4fa7a80b5ab912427bbcbab
parent 054305a6b057ccc5cb97a3792aeb9489061f0409
Author: Chris Bracken <chris@bracken.jp>
Date:   Fri,  1 May 2020 15:55:09 -0700

gpg-agent: set gpg key timeout to 1 hour

Also:
* eliminate SSH key timeout; just use ssh-agent.
* eliminate hardcoded pinentry program; default includes ncurses
  support.

Diffstat:
M.gnupg/gpg-agent.conf | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.gnupg/gpg-agent.conf b/.gnupg/gpg-agent.conf @@ -1,3 +1,2 @@ -default-cache-ttl 60 # timeout gpg keys after 1 minute -default-cache-ttl-ssh 60 # timeout ssh keys after 1 minute -pinentry-program /usr/bin/pinentry-curses +# Timeout gpg keys after 60 minutes. +default-cache-ttl 3600