Page MenuHome GnuPG

Problem while sending all keys to a server
Closed, ResolvedPublic

Description

Release: 1.2.2

Environment

Gentoo Linux 1.4
Vanilla Kernel 2.4.23

Description

The option "--send-keys" work not well. It doesn`t upload all keys.

Fix

There is a little, very unelegant script, made by me to work around:
gpg --list-public-keys | grep "pub" | awk -F " " '{print $2}' | awk -F "/" '{print "gpg --send-key " $2}' | grep -xv "gpg --send-key " > do.sh
sh do.sh
rm -f do.s

Release Note

This is indended behaviour because there is no valid reason to send all your keys to the keyserver net. And well, it would be done too foten just by accident, thus we decided to be keyserver friendly.