Re: Convenient access to Debian keyrings

2017-04-09 Thread gregor herrmann
On Sun, 09 Apr 2017 16:30:56 +0800, gustavo panizzo wrote: > > % grep debian-keyring ~/.gnupg/gpg.conf > > keyring /home/gregoa/.gnupg/debian-keyring/debian-keyring.gpg > > keyring /home/gregoa/.gnupg/debian-keyring/debian-maintainers.gpg > > keyring

Re: Convenient access to Debian keyrings

2017-04-09 Thread gustavo panizzo
On Sun, Apr 02, 2017 at 01:06:29AM +0200, gregor herrmann wrote: On Sat, 01 Apr 2017 15:40:17 -0700, Sean Whitton wrote: Currently, I have mutt pass `--keyring /usr/share/keyrings/...` for each of the keyrings, so that I can verify signatures on e-mails. It would be more natural to just add

Re: Convenient access to Debian keyrings

2017-04-02 Thread Sean Whitton
Hello, On Sun, Apr 02, 2017 at 07:52:00AM +0300, Teemu Likonen wrote: > Perhaps --primary-keyring will help because it marks one keyring for use > with key-importing commands. I haven't tried it but it would seem that > all other keyrings are then read-only. Thanks for this reply. I tried

Re: Convenient access to Debian keyrings

2017-04-02 Thread gregor herrmann
On Sun, 02 Apr 2017 05:43:58 +0100, Jonathan McDowell wrote: > > > % crontab -l | grep debian-keyring > > > 30 17 * * * /usr/bin/rsync -rlptDq > > > "keyring.debian.org::keyrings/keyrings/*.gpg" > > > /home/gregoa/.gnupg/debian-keyring > > The rsync protocol is unencrypted, I'd suggest

Re: Convenient access to Debian keyrings

2017-04-01 Thread Teemu Likonen
Sean Whitton [2017-04-01 15:40:17-07] wrote: > Currently, I have mutt pass `--keyring /usr/share/keyrings/...` for each > of the keyrings, so that I can verify signatures on e-mails. It would > be more natural to just add `keyring /usr/share/keyrings/...` to > ~/.gnupg/gpg.conf, but when I tried

Re: Convenient access to Debian keyrings

2017-04-01 Thread Jonathan McDowell
On Sun, Apr 02, 2017 at 11:29:22AM +0800, Paul Wise wrote: > On Sun, Apr 2, 2017 at 7:06 AM, gregor herrmann wrote: > > > % crontab -l | grep debian-keyring > > 30 17 * * * /usr/bin/rsync -rlptDq > > "keyring.debian.org::keyrings/keyrings/*.gpg" > > /home/gregoa/.gnupg/debian-keyring > > The

Re: Convenient access to Debian keyrings

2017-04-01 Thread Paul Wise
On Sun, Apr 2, 2017 at 7:06 AM, gregor herrmann wrote: > % crontab -l | grep debian-keyring > 30 17 * * * /usr/bin/rsync -rlptDq > "keyring.debian.org::keyrings/keyrings/*.gpg" > /home/gregoa/.gnupg/debian-keyring The rsync protocol is unencrypted, I'd suggest switching this to SSH (one colon

Re: Convenient access to Debian keyrings

2017-04-01 Thread gregor herrmann
On Sat, 01 Apr 2017 15:40:17 -0700, Sean Whitton wrote: > Currently, I have mutt pass `--keyring /usr/share/keyrings/...` for each > of the keyrings, so that I can verify signatures on e-mails. It would > be more natural to just add `keyring /usr/share/keyrings/...` to > ~/.gnupg/gpg.conf, but

Convenient access to Debian keyrings

2017-04-01 Thread Sean Whitton
Hello, I'd like to ask for tips and ideas to make more convenient use of the keyrings installed by the debian-keyring package. Currently, I have mutt pass `--keyring /usr/share/keyrings/...` for each of the keyrings, so that I can verify signatures on e-mails. It would be more natural to just