Guest User

Untitled

a guest
Nov 12th, 2018
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. cat <<EOF >~/.gnupg/gpg-agent.conf
  2. default-cache-ttl 46000
  3. allow-preset-passphrase
  4. EOF
  5.  
  6. gpg-connect-agent RELOADAGENT /bye
  7. echo $SIGNING_PRIVATE_PASSPHRASE | /usr/lib/gnupg2/gpg-preset-passphrase -v -c $(gpg --list-secret-keys --with-fingerprint --with-colons | awk -F: '$1 == "grp" { print $10 }')
Add Comment
Please, Sign In to add comment