How to share one PGP key on multiple machines details how to export your gpg secret key into a file with gpg --export-secret-key -a > secretkey.asc
. What the answer does not state is whether the keyfile created is encrypted with your pass-phrase or clear-text.
Is the key-file encrypted or not?
you do not need your passphrase to run gpg --export-secret-key -a
this is not true – phil294 Dec 03 '19 at 13:28