diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-04 20:06:52 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-04 20:06:52 -0400 |
commit | 7f225b2d9178ff1097a2337cb66eff6c77ebb99e (patch) | |
tree | b9542313888cb79c82fd62ac85db577d356b8689 /website | |
parent | d64d1d121a02d8b7d6af6be1b544fdbfcc55d151 (diff) |
updated getting-started-admins syntax to work under zsh. Thanks, stew!
Diffstat (limited to 'website')
-rw-r--r-- | website/getting-started-admin.mdwn | 4 |
1 files 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 |