5 Commits

Author SHA1 Message Date
3f582c0777 [gnupg] Update gpg.conf
Since SKS keyservers are gone changing default keyserver to
keyserver.ubuntu.com an honoring key server urls.
2023-12-28 22:23:11 +01:00
3d613ee9ab gnupg: Use system provided /usr/bin/pinentry
Use system provided pinentry instead of a fixed version -gnome3 etc.
2020-12-04 11:20:43 +01:00
aa0a73ff16 gnupg: Enable SSH support for gpg-agent
This enables the ssh agent compatability of gpg-agent.
2020-12-04 11:19:09 +01:00
15222b77b8 gnupg: Add gpg-agent over SSH wrapper
gpg-agent forwarding over SSH, the remote SSH server needs to enable
"StreamLocalBindUnlink yes" in the global /etc/ssh/sshd_config. It may
happen that this file is not adjustable by the user.

The wrapper 'gssh' detects the correct socket and enables gpg-agent
forwarding when the user explicit wants to forward the gpg-agent.

See more: https://wiki.gnupg.org/AgentForwarding and
The code was written by Callan Bryant: https://github.com/naggie/dotfiles
thanks for sharing under MIT License.
2020-11-24 14:24:47 +01:00
32f6b3e9f6 Add gnupg configuration files 2019-10-25 00:11:52 +02:00