-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auth fails with "error in libcrypto" #20
Comments
Additionally:
|
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 code or if I just passed a bad arg to |
This started happening after upgrading to Android 14. Might be related to termux/termux-api#661 since the fingerprint confirmation does not show. |
I believe it is, because tergent was how I first noticed the issue, as well (author of referenced issue). |
While both issues result in failed ssh connections, I don't think the error in this issue is related to termux/termux-api#661, I'm also now seeing the fingerprint problem on Android 14. However, super hacky workaround: I opened Google Wallet and clicked the "Verify it's you" button, triggering the system fingerprint prompt. I then immediately switched back to Termux and initiated a ssh connection, which worked. This did the trick since it doesn't really matter what app triggers fingerprint auth; the secure enclave only cares that auth has happened recently. |
Setting up a new device (Yoga Tab 11) and am unable to successfully connect to my server.
Key generation seemed to work fine and
ssh-keygen
reports the key is available:...and I added the public key to my server. However, connecting fails with a cryptic error:
Any idea what's happening or how I can get more information about the error in libcrypto?
The text was updated successfully, but these errors were encountered: