You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a slight tweak to my workaround, I've modified ~/.ssh/config to include:
Match exec termux-fingerprint
PKCS11Provider /data/data/com.termux/files/usr/lib/libtergent.so
This causes ssh to invoke the fingerprint UI without relying on a shell alias. This is slightly nicer, although you still have to reauthenticate every time.
It would be nice if tergent could trigger biometric authentication if signing fails, then retry sigining.
I've already done
alias ssh='termux-fingerprint 1>/dev/null; ssh'
, but:Should be as simple as extending the bridge to support
api_method
Fingerprint
and call it if signing fails.The text was updated successfully, but these errors were encountered: