From de37fbc633749a575bcdc8e529db1f85df3d3948 Mon Sep 17 00:00:00 2001
From: Bob Mottram
-
The web of trust is a nice idea, but how trustable is it? If you take a look at how many OpenPGP key servers are out there then there are a two or three main ones and not much else. Can you trust those servers? Who is maintaining them and how often? Is any censorship going on? How hard would it be for adversaries to get implants onto them? In terms of technology this infrastructure is quite old and it could have been neglected for a long time. Once vigilant maintainers might have turned lazy and gotten lax with server security, or been recruited over to the dark side.
OpenPGP Key Server
-
+
+ssh into the system with:
@@ -286,9 +286,9 @@ After the install has completed go to Security settings and select CreInteraction with the web user interface is pretty minimal and obvious, but most likely you will also want to be able to use your keyserver from the commandline. To do that use the –keyserver option. For example to search for a key on your server:
@@ -318,9 +318,9 @@ Or to get a key:Key servers avoid censorship or errors by gossiping between each other and cross referencing the data. You can define which other servers your key server will gossip with by going to the Administrator control panel, selecting App Settings then keyserver then Sync with other keyserver.
@@ -330,9 +330,9 @@ It's a good idea not to try to sync with the popular OpenPGP key servers, becausOpenPGP key servers are not very well defended from flooding attacks. This means that an adversary could just upload a billion keys to destabilize the server and fill it with nonsense to make it unusable. Since key servers are fully open to the public there isn't anything to prevent that from happening.