X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=website%2Fgetting-started-admin.mdwn;h=1c373acffa1883d8de5f1ec351fa8dd33bb84697;hb=8e6fcc118095adc58335c594f50d367393d8f61a;hp=0c4fe85bac6b8bd28cdd64c6603a5c9de95cc2c6;hpb=ac8f7d1c1addf1cea1c6ffb071de1fcfdc60931b;p=monkeysphere.git diff --git a/website/getting-started-admin.mdwn b/website/getting-started-admin.mdwn index 0c4fe85..1c373ac 100644 --- a/website/getting-started-admin.mdwn +++ b/website/getting-started-admin.mdwn @@ -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 ----------------------------------------