summaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2009-02-21 14:49:54 -0500
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2009-02-21 14:49:54 -0500
commit5b7c3c817fda89dc5954f79ba2eb209dd07f3edf (patch)
tree0820a02a25abd0d3a2926f1fe6ffb587f2f17e7d /website
parentab8a5011501a708c873122e34ea914a6dfab772e (diff)
tweaking m-h getting started docs.
Diffstat (limited to 'website')
-rw-r--r--website/getting-started-admin.mdwn8
1 files changed, 4 insertions, 4 deletions
diff --git a/website/getting-started-admin.mdwn b/website/getting-started-admin.mdwn
index c4c2e64..6bdd166 100644
--- a/website/getting-started-admin.mdwn
+++ b/website/getting-started-admin.mdwn
@@ -24,17 +24,17 @@ RSA key. Once that has been done, import the key:
# monkeysphere-host import-key /etc/ssh/ssh_host_rsa_key
-This will generate an OpenPGP certificate for server. The primary
+This will generate an OpenPGP certificate for the server. The primary
user ID for this certificate will be the ssh service URI for the host,
which by default is based on the output of `hostname -f`
(eg. `ssh://server.example.net`). If the name determined from
`hostname -f` is not the name you want to have in the service URI,
-then you can enter one manually:
+then you can provide one manually:
# monkeysphere-host import-key /etc/ssh/ssh_host_rsa_key host.example.net
-Remember that the name you provide here must be a fully qualified
-domain name for the host in order for the monkeysphere to work.
+The hostname you provide should probably be a fully qualified domain
+name for the host in order for your users to find it.
Now you can display information about the host key's certificate with
the 'show-key' command: