1 <?xml version=
"1.0" encoding=
"ISO-8859-1"?>
2 <rss version='
2.0' xmlns:lj='http://www.livejournal.org/rss/lj/
1.0/'
>
4 <title>Petter Reinholdtsen - Entries from September
2014</title>
5 <description>Entries from September
2014</description>
6 <link>http://people.skolelinux.org/pere/blog/
</link>
10 <title>Good bye subkeys.pgp.net, welcome pool.sks-keyservers.net
</title>
11 <link>http://people.skolelinux.org/pere/blog/Good_bye_subkeys_pgp_net__welcome_pool_sks_keyservers_net.html
</link>
12 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Good_bye_subkeys_pgp_net__welcome_pool_sks_keyservers_net.html
</guid>
13 <pubDate>Wed,
10 Sep
2014 13:
10:
00 +
0200</pubDate>
14 <description><p
>Yesterday, I had the pleasure of attending a talk with the
15 <a href=
"http://www.nuug.no/
">Norwegian Unix User Group
</a
> about
16 <a href=
"http://www.nuug.no/aktiviteter/
20140909-sks-keyservers/
">the
17 OpenPGP keyserver pool sks-keyservers.net
</a
>, and was very happy to
18 learn that there is a large set of publicly available key servers to
19 use when looking for peoples public key. So far I have used
20 subkeys.pgp.net, and some times wwwkeys.nl.pgp.net when the former
21 were misbehaving, but those days are ended. The servers I have used
22 up until yesterday have been slow and some times unavailable. I hope
23 those problems are gone now.
</p
>
25 <p
>Behind the round robin DNS entry of the
26 <a href=
"https://sks-keyservers.net/
">sks-keyservers.net
</a
> service
27 there is a pool of more than
100 keyservers which are checked every
28 day to ensure they are well connected and up to date. It must be
29 better than what I have used so far. :)
</p
>
31 <p
>Yesterdays speaker told me that the service is the default
32 keyserver provided by the default configuration in GnuPG, but this do
33 not seem to be used in Debian. Perhaps it should?
</p
>
35 <p
>Anyway, I
've updated my ~/.gnupg/options file to now include this
38 <p
><blockquote
><pre
>
39 keyserver pool.sks-keyservers.net
40 </pre
></blockquote
></p
>
42 <p
>With GnuPG version
2 one can also locate the keyserver using SRV
43 entries in DNS. Just for fun, I did just that at work, so now every
44 user of GnuPG at the University of Oslo should find a OpenGPG
45 keyserver automatically should their need it:
</p
>
47 <p
><blockquote
><pre
>
48 % host -t srv _pgpkey-http._tcp.uio.no
49 _pgpkey-http._tcp.uio.no has SRV record
0 100 11371 pool.sks-keyservers.net.
51 </pre
></blockquote
></p
>
54 <a href=
"http://ietfreport.isoc.org/idref/draft-shaw-openpgp-hkp/
">the
55 HKP lookup protocol
</a
> supported finding signature paths, I would be
56 very happy. It can look up a given key or search for a user ID, but I
57 normally do not want that, but to find a trust path from my key to
58 another key. Given a user ID or key ID, I would like to find (and
59 download) the keys representing a signature path from my key to the
60 key in question, to be able to get a trust path between the two keys.
61 This is as far as I can tell not possible today. Perhaps something
62 for a future version of the protocol?
</p
>