YubiKey - Protect the digital you
Using existing yubikey on new computer
gpg --card-edit
fetch
quit
gpg --card-status
gpg --edit-key <key identifier>
trust
Card not found
sudo systemctl stop pcscd
pkill gpg-agent
gpg --card-edit
fetch
quit
gpg --card-status
gpg --edit-key <key identifier>
trust
sudo systemctl stop pcscd
pkill gpg-agent