summaryrefslogtreecommitdiff
path: root/website/getting-started-user.mdwn
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@finestructure.net>2008-11-17 14:56:38 -0500
committerJameson Graef Rollins <jrollins@finestructure.net>2008-11-17 15:07:50 -0500
commitefa094bae5f15055a22431cb20e79555144d6d33 (patch)
tree8416bce6d3670484a0f2a1a48b0f4b64de7f210b /website/getting-started-user.mdwn
parent9751169042746ae5208edfb5c40ea62b30504735 (diff)
Added new web page about server key signing.
Diffstat (limited to 'website/getting-started-user.mdwn')
-rw-r--r--website/getting-started-user.mdwn7
1 files changed, 6 insertions, 1 deletions
diff --git a/website/getting-started-user.mdwn b/website/getting-started-user.mdwn
index 5dcb0d6..9b04edc 100644
--- a/website/getting-started-user.mdwn
+++ b/website/getting-started-user.mdwn
@@ -20,6 +20,7 @@ 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
------------------------------------------------
@@ -31,8 +32,9 @@ 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
------------------------------------------------------------
+---------------------------------------------------------
With your keyring updated, you want to make sure that OpenSSH can
still see the most recent trusted information about who the various
@@ -47,6 +49,7 @@ key for that host to the `known_hosts` file if one is found. This
command could be added to a crontab as well, if desired.
+
Using `monkeysphere-ssh-proxycommand`(1)
----------------------------------------
@@ -91,6 +94,7 @@ If you have more than one secret key, you'll need to specify the key
you want to add the subkey to on the command line.
+
Using your OpenPGP authentication key for SSH
---------------------------------------------
@@ -105,6 +109,7 @@ you can feed your authentication subkey to your ssh agent by running:
FIXME: using the key with a single ssh connection?
+
Establish trust
---------------