logo

dotfiles

My dotfiles, one branch per machine, rebased on base git clone https://hacktivis.me/git/dotfiles.git

ssh-ask-pass.sh (174B)


  1. #!/bin/sh
  2. filename="$(echo "$@" | sed -e 's;^Enter passphrase for '"$HOME/.ssh/"';;' -e 's;: $;;')"
  3. hiq -d -Fpassword proto=ssh-privkey host="${HOSTNAME}" name="${filename}"