envchain icon indicating copy to clipboard operation
envchain copied to clipboard

Use Touch ID instead of password to access `--require-passphrase`

Open reorx opened this issue 3 years ago • 4 comments

Currently when accessing the env, the identity prompt looks as below: image

Is it possible to use Touch ID like this? image

reorx avatar Nov 26 '21 08:11 reorx

There might be a newer API to achieve this but honestly I don’t know as I’m not primarily using macOS right now. Pull request and/or informaton are welcomed

sorah avatar Nov 26 '21 08:11 sorah

check /etc/pam.d configs, it might be likely tuning one/more of these could help

ink-splatters avatar Dec 19 '21 02:12 ink-splatters

I believe pam_tid.so is available for Touch ID PAM interactions.

asininemonkey avatar Feb 16 '23 14:02 asininemonkey

PAM does not interact with Keychain service AFAIK.

sorah avatar Feb 16 '23 15:02 sorah