From: Daniel Kahn Gillmor Date: Fri, 5 Sep 2008 00:06:52 +0000 (-0400) Subject: updated getting-started-admins syntax to work under zsh. Thanks, stew! X-Git-Tag: monkeysphere_0.15-1~23 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=7f225b2d9178ff1097a2337cb66eff6c77ebb99e;p=monkeysphere.git updated getting-started-admins syntax to work under zsh. Thanks, stew! --- diff --git a/website/getting-started-admin.mdwn b/website/getting-started-admin.mdwn index 0c4fe85..6c8ad53 100644 --- a/website/getting-started-admin.mdwn +++ b/website/getting-started-admin.mdwn @@ -19,8 +19,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