dotfiles

My ~/.config directory

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 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