<p dir="ltr">+1 for keychain</p>
<div class="gmail_quote">On Sep 25, 2014 10:33 AM, "Caleb Marble" <<a href="mailto:cm@marblenix.com">cm@marblenix.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">> I am trying to use pass with gpg-agent provided by gpgtools on OS X.<br>
> However when I run init I get the following:<br>
><br>
> You are not running gpg-agent. This means that you will need to enter<br>
> your password for each and every gpg file that pass processes. This<br>
> could be quite tedious.<br>
><br>
> However the gpg-agent process is running. Does anyone have any tips on<br>
> using gpgtools and pass together?<br>
><br>
> Thanks, Jarod<br>
<br>
I like using keychain by <a href="http://funtoo.org" target="_blank">funtoo.org</a>. You can install it with `brew<br>
install keychain`. Then in your ~/.bash_profile add the following:<br>
<br>
eval `keychain --eval --agents gpg DEADBEEF`<br>
<br>
Be sure to replace DEADBEEF with the corresponding 8 character public<br>
key id. `gpg --list-public-keys`<br>
<br>
When you first open a terminal you'll be asked to unlock your gpg key.<br>
Then you'll have to enter it again when you want to unlock a password<br>
using `pass`, but after that you won't have to enter it again for a set<br>
period of time.<br>
<br>
Caleb<br>
<br>_______________________________________________<br>
Password-Store mailing list<br>
<a href="mailto:Password-Store@lists.zx2c4.com">Password-Store@lists.zx2c4.com</a><br>
<a href="http://lists.zx2c4.com/mailman/listinfo/password-store" target="_blank">http://lists.zx2c4.com/mailman/listinfo/password-store</a><br>
<br></blockquote></div>