How to configure git using a key created on another machine
Install the needed packages (including those needed for Yubikey) sudo apt-get install pcscd scdaemon gnupg2 pcsc-tools Import the public key gpg2 --import < public.key With the key-holder ...