Josh Dague

Results 13 comments of Josh Dague

+1, also seeing this issue with a `every 1 minute` job. It happens relatively frequently and usually within the first 5 minutes. Is the fix in the pipeline?

FWIW, if anyone else is experiencing this, I found that [SylphyHorn](https://github.com/Grabacr07/SylphyHorn) and [FreeVD](https://github.com/Marcus-L/FreeVD) both work with Chrome 78.

Let's just do it properly: https://github.com/daguej/node-winnetinfo

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...

Same here, Pixel on Android 14. I'm not seeing the fingerprint UI flicker on screen at all, just get immediate failure. I also get a notification: > ### Termux:API Error...

Additionally: ``` $ termux-keystore list [ { "alias": "josh", "algorithm": "RSA", "size": 2048, "inside_secure_hardware": true, "user_authentication": { "required": false, "enforced_by_secure_hardware": false, "validity_duration_seconds": 0 } } ] ```

It appears this only happens with RSA keys. I deleted the RSA key and generated a new EC key, and that works. Not sure if there's something wrong in the...

While both issues result in failed ssh connections, I don't think the error in this issue is related to https://github.com/termux/termux-api/issues/661, `termux-fingerprint` on Android 14. I'm also now seeing the fingerprint...