0

I want to restore my private OpenPGP keys from a deja-dup backup of the file-system the old Ubuntu installation was running on.

The backup is already extracted and as I understood from here my keys are stored at the old user directory as .gnupg/secring.gpg

So how can I recover the private OpenPGP keys from that file without breaking or replacing my new keyring?

Jens Erat
  • 18,485
  • 14
  • 68
  • 80
marco
  • 103

1 Answers1

0

You can simply import the file by running gpg --import <filename> on the command line.

Jens Erat
  • 18,485
  • 14
  • 68
  • 80