From 4ca4ede6b06509ba97e387391e663f95b3f391e7 Mon Sep 17 00:00:00 2001 From: Paul Walko Date: Sat, 31 Aug 2019 12:27:54 -0400 Subject: [PATCH] add yubico/openpgp guide --- zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zshrc b/zshrc index e0cd966..33a08ce 100644 --- a/zshrc +++ b/zshrc @@ -35,6 +35,7 @@ fi # GPG/SSH ## Void: Install pcsclite, pcsc-ccid, gnupg2-scdaemon +## Yubico openpgp: https://support.yubico.com/support/solutions/articles/15000006420-using-your-yubikey-with-openpgp unset SSH_AGENT_PID if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"