-
Using openfortivpn + pinentry-mac using sudo, the password-prompt allows for saving it to the keychain... which is nice for passwords but kinda useless for OTPs.
Worse: on next invocation, the OTP …
-
Pinentry for that connection should be possible via the CLI. This requires some re-architecting of the communications protocol to allow per-connection pinentry overrides.
-
Hi,
nice project! It would be cool to have pinentry support like bemenu has via pinentry-bemenu.
-
I couldn't find a way to bypass the pinentry dialogue without a tty. The problem with the pinentry dialogue is that my keybase passphrase is in a password manager so i have to copy it to the dialogue …
ghost updated
9 years ago
-
Perhaps this is connected to #12.
The problem is, that I do not get a password prompt when trying to PGP sign or encrypt with a passphrase protected key. In the GUI it says: "Secret key not found…
-
In Nixos 20.03 I need to have a graphical pinentry. Since I run KDE, pinentry_qt5 seems appropriate.
But installing this leads to `pinentry-1.1.0-curses` being installed instead of `pinentry-1.1.0-qt…
-
The pinentry package does not include the pinentry-curses executable. Sometime is useful if a window popup is not wanted. This probably can be fixed simply by adding libcurses as a dependency on the P…
gssgh updated
2 years ago
-
We need to document the assumptions behind running tkey-ssh-agent, and especially pinentry, on Linux systems better. The assumptions are:
- A working graphical pinentry
- A working Desktop Notific…
-
**Issue**
Not possible to sign commits for now. When I try to make a commit with `gpgSign = true` in my config, I see the following error:
![image](https://user-images.githubusercontent.com/46246344…
-
### The problem
When I try to make a commit with GPG signing the app shows a popup with the following error message:
```
gpg: signing failed: inappropriate ioctl for device
```
I made a researc…