1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4 <title>SKS Search Page</title>
5 <meta http-equiv="content-type" content="text/html; charset="utf-8">
6 <meta name="author" content="Yaron M. Minsky/Jack Cummings/Daniel Kahn Gillmor">
8 <body text="#000000" bgcolor="#ffffff" link="#000099" vlink="#990099" alink="#000099">
9 <h1><a href="http://www.nongnu.org/sks/">SKS OpenPGP Keyserver</a> <br> @zimmermann.mayfirst.org</h1>
10 <p> SKS is a OpenPGP keyserver whose goal is to provide easy to deploy, decentralized, and highly reliable synchronization. That means that a key submitted to one SKS server will quickly be distributed to all key servers, and even wildly out-of-date servers, or servers that experience spotty connectivity, can fully synchronize with rest of the system. </p>
11 <p>You can find out more about SKS, along with links to graphs of the network status <a href="http://www.nongnu.org/sks/">here</a>.</p>
12 <table cellpadding="2" cellspacing="2" border="1" width="600" bgcolor="#ddddff">
15 <h3>Extract a key</h3>
16 <p>You can extract a key by typing in some words that appear in the userid
17 of the key you're looking for, or by typing in the keyid in hex format ("0x...")</p>
19 <form action="/pks/lookup" method="get">
20 Search String: <input name="search" size="40"> <br>
21 Show PGP "fingerprints" for keys
22 <input type="checkbox" name="fingerprint"> <br>
23 Show SKS full-key hashes
24 <input type="checkbox" name="hash"> <br>
26 <input type="radio" name="op" value="index" CHECKED> get index of matching keys <br>
27 <input type="radio" name="op" value="vindex"> get verbose index of matching keys <br>
28 <input type="radio" name="op" value="get"> retrieve ascii-armored keys <br>
29 <input type="radio" name="op" value="hget"> retrieve keys by full-key hash
31 <input type="reset" value="Reset">
40 You can submit a key by simply pasting in the ASCII-armored version
41 of your key and clicking on submit.
42 <form action="/pks/add" method="post">
43 <textarea name="keytext" rows="20" cols="66"></textarea> <br>
44 <input type="reset" value="Reset">
45 <input type="submit" value="Submit this key to the keyserver!">
54 To use this server directly via HKP add this to your .PGP keyserver list:<br>
56 <pre>x-hkp://zimmermann.mayfirst.org
57 http://zimmermann.mayfirst.org:11371</pre>
59 You can also select a random server by adding this to your keyserver list:<br>
61 <pre>x-hkp://pool.sks-keyservers.net
62 http://pool.sks-keyservers.net:11371</pre>
70 [<a href="/pks/lookup?op=stats">Server Status</a>] If you have any questions
71 about or problems with this server, please <a href="https://support.mayfirst.org/newticket?summary=zimmermann.mayfirst.org%20trouble">open a ticket</a>.