Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • Changing a passphrase can be done via gpg --passwd [email protected] Commented May 7, 2019 at 21:18
  • same problem, I get prompted for the current passphrase, hit enter and get: gpg: key xxxxxxxxxxxxxxxx/aaaaaaaaaaaaaaaa: error changing passphrase: No passphrase given gpg: key xxxxxxxxxxxxxxxx/bbbbbbbbbbbbbbbb: error changing passphrase: No passphrase given gpg: error changing the passphrase for '[email protected]': No passphrase given Commented May 8, 2019 at 11:00
  • 1
    Can you use an older version of gpg to dump your private key and then install the new version of gpg then import the private key? Commented May 13, 2019 at 20:13
  • this is what i ended up doing thx Commented May 14, 2019 at 9:56