Skip to content
Snippets Groups Projects
Commit 1035cb9d authored by Henrik Tjäder's avatar Henrik Tjäder
Browse files

On ubuntu rely on update-alternatives

parent 2180c8fc
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,12 @@
default-cache-ttl 21600
max-cache-ttl 21600
enable-ssh-support
# On ubuntu use update-alternatives
# To set the desired pinentry wrapper instead of setting pinentry-program
# sudo update-alternatives --install /usr/bin/pinentry pinentry (gpgconf --list-dirs homedir)/pinentry-auto.sh 99
# MUST be a full path
# pinentry-program /usr/bin/pinentry-tty
pinentry-program /home/USER/.gnupg/pinentry-auto.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment