summaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2009-03-03 16:25:56 -0500
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2009-03-03 16:25:56 -0500
commit81ae2c7e4367f14c46ef8c3a4d7c551d850fc666 (patch)
tree1c15021e96bbf5eb0b00b4bb7182594978cb4595 /website
parente8cc9816d9b4e0b9398d8e1fec1061dfd5dc360f (diff)
parent1b543b6b4a08210958feff80c2de08bf5ae7b977 (diff)
Merge commit 'jrollins/master'
Diffstat (limited to 'website')
-rw-r--r--website/download.mdwn19
1 files changed, 3 insertions, 16 deletions
diff --git a/website/download.mdwn b/website/download.mdwn
index db25be6..1d42f19 100644
--- a/website/download.mdwn
+++ b/website/download.mdwn
@@ -11,17 +11,15 @@ administrator](/getting-started-admin).
Monkeysphere relies on:
- * [GnuTLS](http://gnutls.org/)
- * version 2.4 or later for general use
- * [version 2.6 or later](/news/gnutls-2.6-enables-monkeysphere) to use the `monkeysphere subkey-to-ssh-agent` subcommand.
* [OpenSSH](http://openssh.com/)
* [GnuPG](http://gnupg.org/)
+ * [Perl](http://www.perl.org/) (including the [libcrypt-openssl-rsa](http://perl-openssl.sourceforge.net/) and libdigest-sha1 libraries)
## Debian ##
If you are running a [Debian](http://www.debian.org/) system, the
-[monkeysphere is now available in the unstable
-("sid") distribution](http://packages.debian.org/sid/monkeysphere).
+[monkeysphere is now available in the Debian unstable ("sid")
+distribution](http://packages.debian.org/sid/monkeysphere).
You can also install the Monkeysphere directly from the Monkeysphere
Debian archive. You can add this archive to your system by putting
@@ -36,11 +34,6 @@ signing key](/archive-key), key id EB8AF314 (fingerprint: `2E8D D26C
verify the packages, you'll want to [add this key to your apt
configuration after verifying its integrity](/archive-key).
-To use the `monkeysphere subkey-to-ssh-agent` subcommand, you will
-also need [version 2.6 of
-GnuTLS](/news/gnutls-2.6-enables-monkeysphere), which is available in
-Debian experimental.
-
## FreeBSD ##
There is [now a FreeBSD port available](/news/FreeBSD-port-available)
@@ -65,12 +58,6 @@ port with:
cd /usr/ports/security/monkeysphere
make && make install
-To use the `monkeysphere subkey-to-ssh-agent` subcommand, you will
-also need [version 2.6 of
-GnuTLS](/news/gnutls-2.6-enables-monkeysphere), which is [slated to be
-available after the 7.1 ports slush is
-over](http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/127330).
-
## Source ##
For those that would like to download the source directly, [the source