diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-02 00:30:52 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-02 00:30:52 -0400 |
commit | 7dfc00c5e8f11b0513d6d842196c6f43046f5309 (patch) | |
tree | 3e14139fc1486813f40997767bd7a5fe273b608a /website | |
parent | 640c122ce3bbd25139fb39cdd1312ac4c842665f (diff) |
more documentation cleanup.
Diffstat (limited to 'website')
-rw-r--r-- | website/doc.mdwn | 2 | ||||
-rw-r--r-- | website/similar.mdwn | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/website/doc.mdwn b/website/doc.mdwn index cec29ec..e3f8854 100644 --- a/website/doc.mdwn +++ b/website/doc.mdwn @@ -22,4 +22,4 @@ Monkeysphere relies on: ## Other ## - * [Similar Projects](/similar) + * [Similar Projects](/similar) (other attempts at a PKI for SSH) diff --git a/website/similar.mdwn b/website/similar.mdwn index 5bfd4b2..1a33b06 100644 --- a/website/similar.mdwn +++ b/website/similar.mdwn @@ -5,6 +5,8 @@ The monkeysphere isn't the only project intending to implement a PKI for OpenSSH. We provide links to these other projects because they're interesting, though we have concerns with their approaches. +[[toc ]] + All of the other projects we've found so far require a patched version of OpenSSH, which makes adoption more difficult. Most people don't build their own software, and simply overlaying a patched binary is |