fdm icon indicating copy to clipboard operation
fdm copied to clipboard

encrypted password issue with gpg

Open wu0lss4j opened this issue 1 year ago • 0 comments

When trying this:

pass $(gpg --quiet --decrypt ~/.password-store/isync/gmail.gpg)

it will not pop the master password and gpg exits with exit code 2, thus fdm -kv fetch fails to run

however, if I:

  1. run pass $(gpg --quiet --decrypt ~/.password-store/isync/gmail.gpg)
  2. type the master password
  3. run fdm -kv fetch

then it will connect, authenticate, and fetch email.

wu0lss4j avatar Oct 16 '24 22:10 wu0lss4j