diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-11-09 17:51:24 -0500 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-11-09 17:51:24 -0500 |
commit | 6bc022e40bca1b5cd4aa5878572faa3152a9195c (patch) | |
tree | 00fcf6b8114ea9021cbfa6cac43f29de2cd5a1b2 /website/getting-started-user.mdwn | |
parent | 7836f86d02a15f25941c098b065989678bfe72a2 (diff) | |
parent | f05d8f446617a5ee6438232ab16c4619c160ae0e (diff) |
Merge commit 'web/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..5dcb0d6 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 |