-
-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to lock tomb using GPG #251
Comments
This issue is from pass-tomb. I was able to reproduce it on a VM that doesn't have a GUI (and therefore doesn't have The solution would be to simply not use the gpg It might take a few time. If you want a fast workaround, simply use |
I tried installing |
This is surprising, I did a lot of test with |
is pass-tomb sourcing tomb to use its same key handling functions? |
No, pass-tomb is in bash (and has to be in bash ), I don't know if a bash script can source a zsh. |
Ack, ok. No bash cannot source zsh. Then can I close this bug as it seems it only concerns pass-tomb? |
I first reported this under |
ACK. Can you try separating the flags -gr into -g -r ? Also can you run tests and see if they all pass? They are in extras/tests, thanks |
I ran the tests:
I still get the exact same error as above. |
ACK. Also separating the flags? for instance:
instead of |
yes |
I did some experimenting in my fork, by removing both
Some notes, |
I'm wondering... what versions of system utils do you have? you can see that easily with |
|
It should be fixed with #250. By the way, are you sure you are using gpg-agent? |
I am, it works with |
Here's my test:
The latest commit did allow me to complete this. It did not use |
So it seems this issue is fixed as @roddhjav said! I'll close when you confirm. |
Yes, this is resolved. |
I ran into this trying to implement pass-tomb, but even using the command manually causes the same result:
I have
gpg-agent
set up and it pops uppinentry-curses
correctly when I usepass
ormutt
. Any ideas why it's not prompting for the key's passphrase?The text was updated successfully, but these errors were encountered: