# HowtoGPG Some commands: ``` gpg --card-status gpg --export-ssh-key keyID gpg --armor --export keyID > pubkey.asc ``` Use Nitrokey from new system: ``` gpg --import pubkey.asc gpg --card-status ```