Penguin

Differences between version 67 and previous revision of GPG/PGPNotes.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 67 Last edited on Sunday, May 14, 2006 2:00:35 pm by CraigBox Revert
Older page: version 66 Last edited on Sunday, May 14, 2006 1:46:34 pm by CraigBox Revert
@@ -67,9 +67,9 @@
 !!Finding Other Keys 
  
 To get a key by it's keyid you can use <tt>gpg --recv-key ''keyid''</tt>. 
  
-You will need to tell gpg which keyserver to use. You can either add <tt>--keyserver <domain name></tt> to every command, or add a line like <tt>keyserver wwwkeys.pgp.net</tt> to the ''~/.gnupg/gpg.conf'' file (create it if it doesn't exist). 
+You will need to tell gpg which keyserver to use. You can either add <tt>--keyserver <domain name></tt> to every command, or add a line like <tt>keyserver wwwkeys.pgp.net</tt> to the ''~ ~/.gnupg/gpg.conf'' file (create it if it doesn't exist). 
  
 To get a key by email address you need to either use the web interfaces on the key servers (http://the.earth.li/) or if you are running a recent version of gpg(1) (more recent than the one in Debian 3.0) you can use <tt>gpg --search-key ''email@address''</tt>. 
  
 Also for recent versions of gpg(1) (1.2.1 and later) you can also do <tt>gpg --refresh-keys</tt>to download any new signatures for all of the keys in your keyring.