diff options
author | Matt Goins <mjgoins@openflows.com> | 2009-04-08 00:43:05 -0400 |
---|---|---|
committer | Matt Goins <mjgoins@openflows.com> | 2009-04-08 00:43:05 -0400 |
commit | dfd67a14003fbfb4b1ba2269e7d47f4d0c44fcf8 (patch) | |
tree | 3372902f39b0995a39b62851671fe33e4ceeb56e /README | |
parent | f77a5d79b4a9b4b44cb3786237931458265e49ed (diff) | |
parent | ee3872232ffc40ab0ae7ea823059806f839f2700 (diff) |
Merge commit 'dkg/master'
Diffstat (limited to 'README')
-rw-r--r-- | README | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -0,0 +1,15 @@ +The Monkeysphere Project +------------------------ + +The Monkeysphere project's goal is to extend OpenPGP's web of trust to +new areas of the Internet to help us securely identify each other +while we work online. + +Specifically, monkeysphere currently offers a framework to leverage +the OpenPGP web of trust for OpenSSH authentication. + +In other words, it allows you to use secure shell as you normally do, +but to identify yourself and the servers you administer or connect to +with your OpenPGP keys. OpenPGP keys are tracked via GnuPG, and +monkeysphere manages the known_hosts and authorized_keys files used by +OpenSSH for authentication, checking them for cryptographic validity. |