diff options
author | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-03-30 02:00:11 -0400 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-03-30 02:00:11 -0400 |
commit | 28942a1964321154261e5a046d6d5b00f30d60d7 (patch) | |
tree | cef3c543664d68815027d61a72b1a1df97180c1f /rhesus/README | |
parent | 75278b377825c595155191e351525a55ffb7adbd (diff) |
add start of a rhesus authorized_keys generator.
start of a monkeysphere.conf file (in bash)
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. + |