Question about Pinentry #3616
Unanswered
rashil2000
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Neither. Windows API.
Looking at the |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all!
Has anyone from the community succeeded in using pinentry-tty or pinentry-ncurses for GPG commit signing? On my Linux boxes, whenever I make a commit a terminal-based prompt for password comes up. But on Windows, there is a GUI version that one types the password into.
According to my own (limited) testing, I see that Git only ships with a GUI version of pinentry.exe (pinentry-w32.exe, I'm not sure if this is GTK or Qt built). As a result, I have built pinentry-tty.exe and pinentry-ncurses.exe from source (instructions here - https://github.com/gpg/pinentry), but I can't figure out how to configure the gpg-agent to use the ttry (or ncurses) version. Searching on StackOverflow only gives Linux-specific answers (some of which I tried, but to no avail).
One use case of this is signing commits over an SSH session (Windows host).
Beta Was this translation helpful? Give feedback.
All reactions