Closed dkwo closed 1 year ago
No, this is not possible. We simply send the login password to a running agent instance, and optionally start a new instance right away. There is no component that could stash the password for an agent that's started later.
is it possible to use this tool to unlock a gpg-agent that is exec'd by .bash_profile, as opposed to a long-lived one that survives log out? (my use is that i have a runit service that checks mail with mbsync periodically.)
my bashrc contains
my bash_profile contains
but I currently need to unlock gpg by hand (at first use, by pinentry).
Thanks.