on my server i try to get the keys and execute the command
gpg --keyserver keyserver.ubuntu.com --recv-keys 1E9377A2BA9EF27F
but I get that the server is not available
gpg: keyserver receive failed: No keyserver available
but when i do the same on my local machine everything works fine.the key is imported. help me pls dns is the same on the server and on my local computer. difference in versions of gpg and dirmngr on local 2.2.12 on server 2.2.4 Ubuntu 18.04
cat 0123456789key.asc | sudo apt-key add -
– Cadell