summaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-09-04 20:06:52 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-09-04 20:06:52 -0400
commit7f225b2d9178ff1097a2337cb66eff6c77ebb99e (patch)
treeb9542313888cb79c82fd62ac85db577d356b8689 /website
parentd64d1d121a02d8b7d6af6be1b544fdbfcc55d151 (diff)
updated getting-started-admins syntax to work under zsh. Thanks, stew!
Diffstat (limited to 'website')
-rw-r--r--website/getting-started-admin.mdwn4
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