pinentry-touchid
Malik Benkirane

Malik Benkirane @malikbenkirane

About: <3golang, tdd, cloud, distributed systems paradigms, clean arch, ddd, but also probabilistic learning algorithmic and analytic, some svelte, some vuejs, very few react, and angular when needed

Joined:
Apr 4, 2018

pinentry-touchid

Publish Date: Nov 22 '23
0 0
❯ pinentry-touchid  --check                                                                                                                                                                                            
❌ /opt/homebrew/opt/pinentry/bin/pinentry is a symlink that resolves to /opt/homebrew/Cellar/pinentry/1.2.1/bin/pinentry-curses not to pinentry-mac
Enter fullscreen mode Exit fullscreen mode

symlink correction

sudo rm /opt/homebrew/opt/pinentry/bin/pinentry
sudo ln -s $(which pinentry-mac) /opt/homebrew/opt/pinentry/bin/pinentry
Enter fullscreen mode Exit fullscreen mode

or just

pinentry-touchid -fix
Enter fullscreen mode Exit fullscreen mode

gpg-agent

~/.gnupg/gpg-agent.conf

pinentry-program $(which pinentry-touchid)
Enter fullscreen mode Exit fullscreen mode

do not forget to replace $(which pinentry-touchid) with its evaluated result as pinentry-touchid absolute path

Then reloading the agent

gpg-connect-agent reloadagent /bye
Enter fullscreen mode Exit fullscreen mode

Comments 0 total

    Add comment