On Thu, Oct 10, 2024 at 05:15:59PM +0200, Rafael Sadowski wrote:
> I have no use-case for it but I built it from ports and started
> without any options:
>
> # pinentry
> Loading the "qt_" catalog failed for locale QLocale(English,
> Latin, United States) Loading the "qt_" catalog failed for
> locale QLocale(English, Latin, United Kingdom) Loading the
> "qtbase_" catalog failed for locale QLocale(English, Latin,
> United Kingdom) OK Pleased to meet you
>
> # gpg-agent
I pass mine for gpg-agent to start when needed, i.e.:
eval $(gpg-agent --daemon --enable-ssh-support --pinentry-program \
/usr/local/bin/pinentry)
it crashes on start of GUI interaction, so to trigger it, for me
it's enough to ssh to some host. Other option could be:
echo testing | gpg -s
or ssh-add, depending on what's there in the keyring.
No comments:
Post a Comment