From c3c98042e3be7b4b45039d8b80bf2f8ab6c598ef Mon Sep 17 00:00:00 2001 From: Luc Lagarde Date: Thu, 24 Nov 2022 13:02:01 -0600 Subject: [PATCH] Add yubikey-bootstrap.md --- yubikey-bootstrap.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 yubikey-bootstrap.md diff --git a/yubikey-bootstrap.md b/yubikey-bootstrap.md new file mode 100644 index 0000000..b5e867e --- /dev/null +++ b/yubikey-bootstrap.md @@ -0,0 +1,12 @@ +sudo apt install scdaemon qtpass + +gpg --import 5F78261B65C565041662A3B7FF8FC3C735BD4A51.asc + +# Add: +# enable-ssh-support +vim .gnupg/gpg-agent.conf + +# Add: +# export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) +# gpgconf --launch gpg-agent +vim .bashrc