Yes, keyservers still exist:
Both the SKS Keyserver Pool (stats) and PGP Global Directory are still online. (Note that the PGP Global Directory is not part of the pool.)
Some pool keyservers, such as Ubuntu keyserver, have replaced SKS with more modern and reliable software such as Hockeypuck. They do however still synchronize with the pool.
New standalone servers are showing up, such as keys.openpgp.org. They are not part of the SKS pool and do not synchronize with each other (at least for now).
People usually use the SKS pool, since it consists of many servers which synchronize their databased continuously. Meanwhile, Global Directory is a single, commercially operated server which may go down at any time; the same goes for the new non-SKS keyservers.
However, SKS has the problem of accepting anything and storing it forever (much like a blockchain). This has caused problems for a long time, but started getting massively abused in 2018–2019. The new keyservers don't have synchronization partly because they want to figure out how to combine opposing goals.
The popular pgp.mit.edu
has finally upgraded to SKS and is now part of the pool. There also exist a bunch of other keyservers not part of the SKS pool (listed in the same status page). The default keyserver for GnuPG, keys.gnupg.net
, is now an alias to the SKS pool as well.
Another widely known server, subkeys.pgp.net
, is not part of the SKS pool since (AFAIK) it still runs a very old version of PKS instead. (It also seems to be down, although the website is up.)
If your email address is at a domain name you manage (i.e. can have arbitrary DNS records created), it is also possible to publish your PGP key using DNS. The easiest method for that is PKA, which only requires the ability to create TXT records; see the article on publishing PGP Keys in the DNS.
PKA, as well as two other methods (CERT and IPGP CERT), are described in this guide in much more detail.
One downside of all three methods is that GnuPG must be manually configured to use them, and PGP.com doesn't even support using DNS. Meanwhile, practically all versions of PGP and GnuPG can use keyservers.
Note: GnuPG 2.1.3 has completely changed the PKA format (into a mix of CERT and old PKA).
Given that GnuPG did this in a minor release without any worry about backwards compatibility with the old format (in fact, the old format used to outright crash 2.1.x for a while afterwards), I'm no longer comfortable suggesting pubkey publication in DNS. It's a waste of time. Use keyservers.
When i publish a key( which contains private+public) , does it also publish a private ??? it must not.... – Royi Namir – 2012-12-23T11:33:07.207
@RoyiNamir: No. First, the
gpg
and PGP programs only send the public part of your key. Second, the keyservers themselves remove all private data before publishing received keys. – user1686 – 2012-12-23T14:11:25.353do you know if in the pgp file , the original filename is stored ? ( for example john encrpyt 1.txt and send it to me as 1.pgp..... can I know - when decrypt - what was the original filename ? ) – Royi Namir – 2012-12-23T14:32:48.727
@RoyiNamir: http://superuser.com/questions/ask and yes, it is. (Except when it's not.)
– user1686 – 2012-12-23T18:05:08.523I asked. i'll be glad to hear your answer. http://superuser.com/questions/523631/pgp-gnupg-what-was-the-original-file
– Royi Namir – 2012-12-24T08:14:06.9901
@grawity I don't use PGP Global Directory anymore due to many of the links moving back to symantec and whois information doesn't return with any results which worries me very much. Also the SSL security for PGP Global Directory is pretty bad as well.
– meguroyama – 2014-03-13T07:00:35.7572@meguroyama PGP uses its own "Web of trust" for verifying keys, so SSL support in keyservers is only useful for privacy reasons (to hide what keys you retrieve). Many SKS keyservers still lack SSL completely, and while they're slowly adding it, it's not a security problem. – user1686 – 2014-03-15T09:23:46.730
1As for the WHOIS information – you don't know who runs most SKS keyservers either; and this too doesn't matter. – user1686 – 2014-03-15T09:25:10.610
@grawity ok well if that is the case than I suppose it isn't too much of a problem. – meguroyama – 2014-03-18T22:42:42.670
1@meguroyama: Right – the only problem is that the Global Directory is isolated; it does not exchange keys with anything else. On the other hand, all SKS keyservers sync to each other; if one goes down, two dozen others continue working. – user1686 – 2014-03-19T11:30:01.823