replaced nullmailer with postfix on george
[monkeysphere.git] / website / getting-started-admin.mdwn
index 0c4fe85bac6b8bd28cdd64c6603a5c9de95cc2c6..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
 ----------------------------------------