X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=website%2Fgetting-started-admin.mdwn;h=bff1773a9676a05057cf601ac849cca11b353f7f;hb=34c6ff8bca96f301d13bd75ea9a8e534e1e67c54;hp=d1146f1da57fd2dc1a377882b913e3caac62d609;hpb=228dba26343aa8fdad67157a85549f102877083b;p=monkeysphere.git diff --git a/website/getting-started-admin.mdwn b/website/getting-started-admin.mdwn index d1146f1..bff1773 100644 --- a/website/getting-started-admin.mdwn +++ b/website/getting-started-admin.mdwn @@ -1,6 +1,9 @@ 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. + As the administrator of an SSH server, you can take advantage of the Monkeysphere in two ways: @@ -22,12 +25,16 @@ 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 + # monkeysphere-host import-key /etc/ssh/ssh_host_rsa_key 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 +here should probably be a fully qualified domain name for the host in +order for your users to find it. -This will generate an OpenPGP certificate for server containing the -service URI (`ssh://server.example.net`). Now you can display -information about the host key's certificate with the 'show-key' -command: +Now you can display information about the host key's certificate with +the 'show-key' command: # monkeysphere-host show-key