Advertisement
metalx1000

pass password gpg GUI Dialog

May 15th, 2022
1,701
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.26 KB | None | 0 0
  1. #pass password gpg GUI Dialog
  2. #install gui dialog program
  3. aptitude search pinentry
  4. sudo apt install pinentry-gtk2
  5.  
  6. #update config file
  7. echo 'pinentry-program /usr/bin/pinentry-gtk-2' > ~/.gnupg/gpg-agent.conf
  8.  
  9. #reload agent
  10. gpg-connect-agent reloadagent /bye
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement