Merge commit 'micah/master'
[monkeysphere.git] / doc / announcement.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
5 <title>Announcing the Monkeysphere</title>
6 </head>
7
8 <!-- This is a draft of a wider announcement for the Monkeysphere.
9      dkg will probably post the final version in his blog at
10      https://www.debian-administration.org/users/dkg/weblog
11
12      Edits are welcome! -->
13
14 <body>
15 <h1>Monkeysphere: an OpenPGP-based PKI for SSH</h1>
16
17 <p>Ever thought that there should be an automated way to handle ssh
18 keys?  Do you know the administrators of your servers, and wish that
19 SSH could verify new host keys from them automatically, based on your
20 personal connections to the web-of-trust?  Do you wish you could
21 revoke and rotate your old SSH authentication keys without having to
22 log into every single machine?</p>
23
24 <p>Do you administer servers, and wish you could re-key them without
25 sowing massive pain and confusion among your users (or worse,
26 encouraging bad security habits among them)?  Do you wish you could
27 grant access to your users by name, instead of by opaque string?  Do
28 you wish you could rapidly revoke access to a user (or compromised
29 key) across a group of machines by disabling authentication for that
30 user?</p>
31
32 <p>A group of us have been working on a public key infrastructure for
33 SSH. <a href="http://web.monkeysphere.info">Monkeysphere</a> makes use
34 of the existing OpenPGP web-of-trust to fetch and cryptographically
35 validate (and revoke!) keys.  This works in either directions: both
36 <code>authorized_keys</code> <em>and</em> <code>known_hosts</code> are
37 handled.  Monkeysphere gives users and admins tools to deal with SSH
38 keys by thinking about the people and machines to whom the keys
39 belong, instead of requiring humans to do tedious (and error-prone)
40 manual key verification.</p>
41
42 <p>We have <a href="http://web.monkeysphere.info/download">debian packages
43 available</a> which should install against lenny, <a
44 href="https://lists.riseup.net/www/info/monkeysphere">a mailing
45 list</a>, and open ears for good questions, suggestions and
46 criticism.</p>
47
48 <p>If you have a chance to give it a try (<a
49 href="http://web.monkeysphere.info/getting-started-user/">as a
50 user</a> or <a
51 href="http://web.monkeysphere.info/getting-started-admin/">as an
52 admin</a>), it would be great to <a
53 href="https://lists.riseup.net/www/info/monkeysphere">get
54 feedback</a>.</p>
55
56 </body> </html>