pinentry-mac falls back to pinentry-curses if the env var PINENTRY_USER_DATA=USE_CURSES=1 is set, however pinentry-touchid does not respect this and will always prompt for touchid.
This is needed when pinentry is requested over a remote connection where the user has no physical access to the system, ie ssh sessions.
pinentry-mac falls back to pinentry-curses if the env var
PINENTRY_USER_DATA=USE_CURSES=1is set, however pinentry-touchid does not respect this and will always prompt for touchid.This is needed when pinentry is requested over a remote connection where the user has no physical access to the system, ie ssh sessions.