On 2013-02-12 17:01, [email protected] wrote: > At the moment my gpg master key is still stored on the machine I use to go > online. I decided to change that. The gpg master key should only be stored > on a separate offline machine. > > What's the best path for migration?
You can use --export-secret-subkeys, that will export the subkeys only, with a stub for the main key. Importing this file on your online machine should do what you want. Niels _______________________________________________ Gnupg-users mailing list [email protected] http://lists.gnupg.org/mailman/listinfo/gnupg-users
