replaced nullmailer with postfix on george
[monkeysphere.git] / website / getting-started-admin.mdwn
index 69f498a82cbfd6bdac41d69dc17e3c0e6e40c617..1c373acffa1883d8de5f1ec351fa8dd33bb84697 100644 (file)
@@ -7,6 +7,7 @@ so that your users can have it automatically verified, and you can set
 up your machine to automatically identify connecting users by their
 presence in the OpenPGP web of trust.
 
+
 Server host key publication
 ---------------------------
 To generate and publish a server host key:
@@ -19,8 +20,8 @@ This will generate the key for server with the service URI
 server key so that people in the admin's web of trust can identify the
 server without manual host key checking:
 
-       $ gpg --search ='ssh://server.example.net'
-       $ gpg --sign-key ='ssh://server.example.net'
+       $ gpg --search '=ssh://server.example.net'
+       $ gpg --sign-key '=ssh://server.example.net'
 
 
 Update OpenSSH configuration files
@@ -48,6 +49,7 @@ effect.  As with any change to `sshd_config`, be sure to retain an
 existing session to the machine while you test your changes so you
 don't get locked out.
 
+
 Monkeysphere authorized_keys maintenance
 ----------------------------------------
 
@@ -57,7 +59,7 @@ users with the Monkeysphere.
 For each user account on the server, the userids of people authorized
 to log into that account would be placed in:
 
-       ~/.config/monkeysphere/authorized_user_ids
+       ~/.monkeysphere/authorized_user_ids
 
 However, in order for users to become authenticated, the server must
 determine that the user IDs on their keys have "full" validity.  This