Encounterd issue with gpg key import . This is because of essential port 11371 tcp blocked for out going traffic
@moson suggested alternative way of installing keys earlier. It worked back then.
*
$sudo curl “https://keyserver.ubuntu.com/pks/lookup?op=get&search=A1198702FC3E0A09A9AE5B75D5A1D4F266DE8DDF” -o some_pub.key
- % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 10 100 10 0 0 17 0 --:–:-- --:–:-- --:–:-- 17
then
$ sudo gpg --import some_pub.key
Which results in following error with out key import
gpg: keybox ‘/root/.gnupg/pubring.kbx’ created
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0
No luck this time around.Any tweaks please?