Add yubikey-bootstrap.md

This commit is contained in:
Luc Lagarde 2022-11-24 13:02:01 -06:00
commit c3c98042e3
1 changed files with 12 additions and 0 deletions

12
yubikey-bootstrap.md Normal file
View File

@ -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