diff options
author | drduh <github@duh.to> | 2021-10-24 11:08:10 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-24 11:08:10 -0700 |
commit | 5823d488f33353161c2a6623687e342dc252f5e4 (patch) | |
tree | 40e1ef24ae2d6b8f6af3e1d30e61b6ccedb70735 /README.md | |
parent | Merge pull request #288 from watermelonpizza/master (diff) | |
parent | add pinentry path for M1 macs (diff) | |
download | YubiKey-Guide-5823d488f33353161c2a6623687e342dc252f5e4.tar.gz |
Merge pull request #290 from NiklasMerz/mac-m1
add pinentry path for M1 macs
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2031,7 +2031,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` 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. ## Replace agents |