diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-07-23 17:24:08 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-07-23 17:24:08 -0400 |
commit | 1472a139953e68630cc0e409872fb4eaf69fff7f (patch) | |
tree | d0a90bd12fe4f31923079348f6ec1928f2626dfa /website | |
parent | 6394ae05b0bf48901c64676396a3e840ae29e2a5 (diff) |
removing references to gnutls, which is no longer relevant to the current monkeysphere implementation.
Diffstat (limited to 'website')
-rw-r--r-- | website/getting-started-user.mdwn | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/website/getting-started-user.mdwn b/website/getting-started-user.mdwn index e6bfe06..22a135f 100644 --- a/website/getting-started-user.mdwn +++ b/website/getting-started-user.mdwn @@ -95,9 +95,7 @@ First make sure you have an agent running: $ ssh-add -l -Then hand off the authentication subkey to the agent (Note: the GnuTLS -library supports this operation as of version 2.6, but earlier -versions do not): +Then hand off the authentication subkey to the agent: $ monkeysphere subkey-to-ssh-agent |