diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-11 23:57:49 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-11 23:57:49 -0400 |
commit | 70fdfa0ce15ba287b5c5f012e66cb56930fe4b8b (patch) | |
tree | d8fdef1e066561fce96cedb0ac72f3d69c84c0e6 /packaging/freebsd/pkg-descr | |
parent | 7e1ee1c6206e8e73744e8f876a967e5b82db4025 (diff) |
added initial FreeBSD packaging from anarcat (via svn from https://lethe.koumbit.net/svn/koumbit/trunk/ports/security/monkeysphere)
Diffstat (limited to 'packaging/freebsd/pkg-descr')
-rw-r--r-- | packaging/freebsd/pkg-descr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packaging/freebsd/pkg-descr b/packaging/freebsd/pkg-descr new file mode 100644 index 0000000..a63fcd3 --- /dev/null +++ b/packaging/freebsd/pkg-descr @@ -0,0 +1,5 @@ +SSH key-based authentication is tried-and-true, but it lacks a true Public Key Infrastructure for key certification, revocation and +expiration. MonkeySphere is a framework that uses the OpenPGP web of trust for these PKI functions. It can be used in both directions: for +users to get validated host keys, and for hosts to manage user permissions. + +WWW: http://web.monkeysphere.info/ |