removing references to gnutls, which is no longer relevant to the current monkeyspher...
[monkeysphere.git] / website / getting-started-user.mdwn
index 96fd54e81811e5bf83d4c59ebcde1b560fd6051a..22a135f28bbba2daa61dd266cad36304495fa809 100644 (file)
@@ -74,7 +74,7 @@ you want to add the subkey to on the command line.
 Since this is a change to your key, you probably want to re-publish
 your key to the public keyservers.  If your key ID is $GPGID:
 
 Since this is a change to your key, you probably want to re-publish
 your key to the public keyservers.  If your key ID is $GPGID:
 
-       $ gpg --keyserver pool.sks-keysevers.net --send-key $GPGID
+       $ gpg --keyserver pool.sks-keyservers.net --send-key $GPGID
 
 This way, remote services that use the monkeysphere for user
 authentication will know about your SSH identity.
 
 This way, remote services that use the monkeysphere for user
 authentication will know about your SSH identity.
@@ -95,9 +95,7 @@ First make sure you have an agent running:
 
        $ ssh-add -l
 
 
        $ 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
 
 
        $ monkeysphere subkey-to-ssh-agent