Remove "send-gpg-public-keys.sh"
authorJacob Bachmeyer <jcb@gnu.org>
Sat, 1 Apr 2023 04:33:32 +0000 (23:33 -0500)
committerJacob Bachmeyer <jcb@gnu.org>
Sat, 1 Apr 2023 04:33:32 +0000 (23:33 -0500)
With the ongoing attacks on the public synchronizing keyservers, this tool is
no longer useful.

send-gpg-public-keys.sh [deleted file]

diff --git a/send-gpg-public-keys.sh b/send-gpg-public-keys.sh
deleted file mode 100755 (executable)
index 5e9e48a..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-
-f=/home/ftp/gnu/gnu-keyring.gpg
-for k in $( gpg --list-keys < $f | grep ^pub | grep -v expired | grep -v revoked | awk '{ print $2 }' | cut -d/ -f 2 )
-do
-    gpg --keyserver hkp://pgp.mit.edu  --send-keys $k < $f
-done