diff options
author | Matt Goins <mjgoins@openflows.com> | 2008-11-06 20:01:01 -0500 |
---|---|---|
committer | Matt Goins <mjgoins@openflows.com> | 2008-11-06 20:01:01 -0500 |
commit | 9aec501a27b51523165a05c4c4da0cc9251424e8 (patch) | |
tree | 46b702ee5ede2419943d51e2d66eaaadf7f51f8e /website/getting-started-user.mdwn | |
parent | 7f79f55addb03d438f1afebfc19be8086f7afc9a (diff) | |
parent | 7833a5e9da4c6e15eea7edfc38ae122360b37f1f (diff) |
Merge commit 'micah/master'
Diffstat (limited to 'website/getting-started-user.mdwn')
-rw-r--r-- | website/getting-started-user.mdwn | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/website/getting-started-user.mdwn b/website/getting-started-user.mdwn index e0a2dab..66378dc 100644 --- a/website/getting-started-user.mdwn +++ b/website/getting-started-user.mdwn @@ -20,6 +20,16 @@ done with a simple cronjob. An example of crontab line to do this is: This would refresh your keychain every day at noon. +Install the monkeysphere software on your system +------------------------------------------------ + +If you haven't installed monkeysphere yet, you will need to [download +and install] (/download) before continuing. + +Make sure that you have the GnuTLS library version 2.6 or later +installed on your system. If you can't (or don't want to) upgrade to +GnuTLS 2.6 or later, there are patches for GnuTLS 2.4 available in +[the Monkeysphere git repo](/community). Keeping your `known_hosts` file in sync with your keyring ----------------------------------------------------------- @@ -93,10 +103,6 @@ you can feed your authentication subkey to your ssh agent by running: $ monkeysphere subkey-to-ssh-agent -If you can't (or don't want to) upgrade to GnuTLS 2.6 or later, there -are patches for GnuTLS 2.4 available in [the Monkeysphere git -repo](/community). - FIXME: using the key with a single ssh connection? Establish trust |