summaryrefslogtreecommitdiff
path: root/doc/announcement.html
blob: 0dbb249e9fe6934ee3e835efd75fefe2f04961bf (plain)
  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. <!-- This is a draft of a wider announcement for the Monkeysphere.
  8. dkg will probably post the final version in his blog at
  9. https://www.debian-administration.org/users/dkg/weblog
  10. Edits are welcome! -->
  11. <body>
  12. <h1>Monkeysphere: an OpenPGP-based PKI for SSH</h1>
  13. <p>Ever thought that there should be an automated way to handle ssh
  14. keys? Do you know the administrators of your servers, and wish that
  15. SSH could verify new host keys from them automatically, based on your
  16. personal connections to the web-of-trust? Do you wish you could
  17. revoke and/or rotate your old SSH authentication keys without having
  18. to log into every single machine you have an account on?</p>
  19. <p>Do you administer servers, and wish you could re-key them without
  20. sowing massive confusion among your users (or worse, encouraging bad
  21. security habits among them)? Do you wish you could grant access to
  22. your users by name, instead of by opaque string? Do you wish you
  23. could rapidly revoke access to a user (or compromised key) across a
  24. group of machines by disabling authentication for that user?</p>
  25. <p>A group of us have been working on a public key infrastructure for
  26. SSH. <a href="http://web.monkeysphere.info">Monkeysphere</a> makes use
  27. of the existing OpenPGP web-of-trust to fetch and cryptographically
  28. validate (and revoke!) keys. This works in both direction:
  29. <code>authorized_keys</code> <em>and</em> <code>known_hosts</code> are
  30. handled. Monkeysphere gives users and admins tools to deal with SSH
  31. keys by thinking about the people and machines to whom the keys
  32. belong, instead of requiring humans to do tedious (and error-prone)
  33. manual key verification.</p>
  34. <p>We have <a href="http://web.monkeysphere.info/download">debian
  35. packages available</a> which should install against lenny (for i386,
  36. amd64, powerpc, and arm architectures at the moment), <a
  37. href="https://lists.riseup.net/www/info/monkeysphere">a mailing
  38. list</a>, and open ears for good questions, suggestions and
  39. criticism.</p>
  40. <p>If you have a chance to give it a try (<a
  41. href="http://web.monkeysphere.info/getting-started-user/">as a
  42. user</a> or <a
  43. href="http://web.monkeysphere.info/getting-started-admin/">as an
  44. admin</a>), it would be great to <a
  45. href="https://lists.riseup.net/www/info/monkeysphere">get
  46. feedback</a>.</p>
  47. </body> </html>