-
1
-
2
-
3
-
4
-
5
-
6
-
7
function termux-ssh-askpass -d "Fetch SSH key password from Android keystore"
# https://microsounds.github.io/notes/termux-ssh-fingerprint.htm
# Fingerprint unlock
termux-fingerprint
# Sign nonce value
echo nonce | termux-keystore sign default SHA256withRSA | base64 -w 0
end