gpgconf --launch ignores gpgconf.conf?
Maciej Mrozowski
reavertm at gmail.com
Tue Oct 25 22:28:58 CEST 2016
Hello,
I'm working on making ssh agent startup script (for DE) work[1] and I would
like gpgconf to start gpg-agent with 'enable-ssh-support'.
$ cat /etc/gnupg/gpgconf.conf
* gpg-agent enable-ssh-support
$ gpgconf --list-config
k:*:
r:::gpg-agent:enable-ssh-support::
But it doesn't work, 'gpgconf --launch gpg-agent' starts it without required
option:
$ ps -U maciek -x | grep gpg-agent
4570 ? Ss 0:00 gpg-agent --homedir /home/maciek/.gnupg --use-
standard-socket --daemon
5843 pts/1 S+ 0:00 grep --colour=auto gpg-agent
$ ssh-add
Could not open a connection to your authentication agent.
I know I could enable it in ~/.gnupg/gpg-agent.conf, but that's not the point.
Is this bug-report worthy or (more likely) I'm missing something obvious?
This is gnupg-2.1.15 (it seems there are no patches applied on top of it).
1. https://gitweb.gentoo.org/repo/gentoo.git/tree/kde-plasma/plasma-workspace/
files/10-agent-startup.sh
--
regards
MM
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 163 bytes
Desc: This is a digitally signed message part.
URL: </pipermail/attachments/20161025/69ad6cf6/attachment.sig>
More information about the Gnupg-devel
mailing list