use already set up gpg smart-card
When you've got an smart-card which is already set-up with your private key and you'd like to use it with gpg, here's how to get gpg to use it:
- make sure
scdaemonis installed - import your key
gpg --import 1234...ascor fetch it from a key-servergpg --recv-key 1234... - connect your smart card to your computer and run
gpg --card-status - check if the key is now available
gpg --list-secret-keys