Set up password repository

on aurora

  1. gpg --genkey (billy)
  2. gpg --genkey (billium)
  3. gpg -k to list the keys
  4. gpg --export --armor last 8 hex > last_8hex.pub.asc for billium only, billy higher security not used on android
  5. gpg --export-secret-keys --armor last 8 hex > last_8hex.priv.asc
  6. create .password-store
  7. add directories
  8. init ialise directories pass init -p admin billium
  9. add passwords pass insert -m admin/hera
  10. pass git init

on hera

  1. import keys
  2. create password repro and git init bare

on aurora

  1. pass git push hera's repro master

on android

  1. termux-setup-storage
  2. rsync billium's keys
  3. gpg --import last_8hex.pub.asc
  4. pass git init
  5. pass git remote add hera's repro
  6. pass git pull hera's repro master
  7. use e.g. pass admin/zen

:)

It is quite awkwark to use termux on a small screen to type pass and enter long phrases. This works but have to do something else.