1
recently, git has been asking me for my yubikey pin every 3 or 4 times after i've already typed in my pin. this didn't use to happen before. i'm thinking maybe the card isn't getting read correctly or is getting disconnected somehow. it's become pretty annoying.
~/.gnupg/gpg-agent.conf:
enable-ssh-support
default-cache-ttl 43200
max-cache-ttl 86400
default-cache-ttl-ssh 43200
max-cache-ttl-ssh 86400
pinentry-program /usr/local/bin/pinentry-tty
~/.gitconfig:
[user]
signingkey = xxxxxxxxxx
[core]
excludesfile = ~/.gitignore
[commit]
gpgsign = true