diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2010-01-15 00:58:22 -0500 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2010-01-15 00:58:22 -0500 |
commit | 3291352baaa7578b57bf6d0e4b42675cee55fe1a (patch) | |
tree | c153ee4515842ea0cf34f0b5a38dcb488bc5095a /website | |
parent | d670eab60c0ce98bb9f4dc439f9bbd0452ee0d0a (diff) |
updating getting-started docs to use the 0.28 monkeysphere-host syntax (specifying full service user ID including scheme)
Diffstat (limited to 'website')
-rw-r--r-- | website/getting-started-admin.mdwn | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/website/getting-started-admin.mdwn b/website/getting-started-admin.mdwn index aad4251..ab0acc6 100644 --- a/website/getting-started-admin.mdwn +++ b/website/getting-started-admin.mdwn @@ -1,8 +1,8 @@ Monkeysphere Server Administrator README ======================================== - Note: This documentation is for Monkeysphere version 0.23 or later. - If you are running a version prior to 0.23, we recommend that you upgrade. + Note: This documentation is for Monkeysphere version 0.28 or later. + If you are running a version prior to 0.28, we recommend that you upgrade. As the administrator of an SSH server, you can take advantage of the Monkeysphere in two ways: @@ -25,11 +25,11 @@ To begin, you must first import an ssh host key. This assumes that you have the ssh server installed, and that you have generated a host RSA key. Once that has been done, import the key: - # monkeysphere-host import-key /etc/ssh/ssh_host_rsa_key server.example.net + # monkeysphere-host import-key /etc/ssh/ssh_host_rsa_key ssh://server.example.net 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, -(eg. `ssh://server.example.net`). Remember that the name you provide +(e.g. `ssh://server.example.net`). Remember that the name you provide here should probably be a fully qualified domain name for the host in order for your users to find it. |