diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-03-31 22:45:38 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-03-31 22:45:38 -0400 |
commit | 7ba522ae456c76c6d131ecac990815f7d55695d5 (patch) | |
tree | cef3c543664d68815027d61a72b1a1df97180c1f /rhesus/README | |
parent | cdbde9585432938d5a3ea2f6203be4d1532c8dfb (diff) | |
parent | 28942a1964321154261e5a046d6d5b00f30d60d7 (diff) |
Merge commit 'jrollins/master'
Diffstat (limited to 'rhesus/README')
-rw-r--r-- | rhesus/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/rhesus/README b/rhesus/README new file mode 100644 index 0000000..226361c --- /dev/null +++ b/rhesus/README @@ -0,0 +1,7 @@ +rhesus is the monkeysphere authorized_keys generator. + +It's goal is to take a user's auth_user_ids file, which contains gpg +user ids (and possibly authorized_keys options), use gpg to fetch the +keys of the specified users, do a monkeysphere policy check on each +id, and generate authorized_keys lines for verified id. + |