diff options
author | drduh <github@duh.to> | 2023-03-19 10:42:26 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-19 10:42:26 -0800 |
commit | fec6e92b8f05c899eccc7f2f2b273d609ed6094e (patch) | |
tree | 6160b7a7eac2619aaa0bc09ef0a5fc0a01c2c09f /README.md | |
parent | Merge pull request #371 from PhilipMay/patch-1 (diff) | |
parent | Update README.md (diff) | |
download | YubiKey-Guide-fec6e92b8f05c899eccc7f2f2b273d609ed6094e.tar.gz |
Merge pull request #372 from PhilipMay/patch-2
Mac command to activate change for pinentry.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2143,7 +2143,7 @@ pinentry-program /usr/bin/pinentry-curses **Tip** Set `pinentry-program /usr/bin/pinentry-gnome3` for a GUI-based prompt. If the _pinentry_ graphical dialog doesn't show and you get this error: `sign_and_send_pubkey: signing failed: agent refused operation`, you may need to install the `dbus-user-session` package and restart the computer for the `dbus` user session to be fully inherited; this is because behind the scenes, `pinentry` complains about `No $DBUS_SESSION_BUS_ADDRESS found`, falls back to `curses` but doesn't find the expected `tty`. -On macOS, use `brew install pinentry-mac` and set the program path to `pinentry-program /usr/local/bin/pinentry-mac` for Intel Macs, `/opt/homebrew/bin/pinentry-mac` for ARM/Apple Silicon Macs or `pinentry-program /usr/local/MacGPG2/libexec/pinentry-mac.app/Contents/MacOS/pinentry-mac` if using MacGPG Suite. +On macOS, use `brew install pinentry-mac` and set the program path to `pinentry-program /usr/local/bin/pinentry-mac` for Intel Macs, `/opt/homebrew/bin/pinentry-mac` for ARM/Apple Silicon Macs or `pinentry-program /usr/local/MacGPG2/libexec/pinentry-mac.app/Contents/MacOS/pinentry-mac` if using MacGPG Suite. For the configuration to take effect you have to run `gpgconf --kill gpg-agent`. ## Replace agents |