diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-21 15:37:30 -0500 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-21 15:37:30 -0500 |
commit | bb8f498db80efcfffdf60ef317254d7355ea54ef (patch) | |
tree | ac8cafd6ac23f1f0a69fa5bb667a40e900681c4d /website | |
parent | dbb8acd9a45eb2b9f3f412b98d6a777d39b368ac (diff) |
import-key now requires a hostname be specified, and no longer does
any hostname guessing. this is so that we don't have to worry about
prompting the user when guessing the hostname. also updated
documentation.
Diffstat (limited to 'website')
-rw-r--r-- | website/getting-started-admin.mdwn | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/website/getting-started-admin.mdwn b/website/getting-started-admin.mdwn index c4c2e64..d76d783 100644 --- a/website/getting-started-admin.mdwn +++ b/website/getting-started-admin.mdwn @@ -22,19 +22,13 @@ 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 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: - - # 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. +(eg. `ssh://server.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. Now you can display information about the host key's certificate with the 'show-key' command: |