From 7f225b2d9178ff1097a2337cb66eff6c77ebb99e Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Thu, 4 Sep 2008 20:06:52 -0400 Subject: [PATCH] updated getting-started-admins syntax to work under zsh. Thanks, stew! --- website/getting-started-admin.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.25.1