Quote:
Originally Posted by Stream Recorder
If you can't access keyserver.ubuntu.com on your computer, then get the key on another computer:
Code:
gpg --keyserver keyserver.ubuntu.com --recv 505A2DD1
gpg --export --armor 505A2DD1 > key.asc
Then transfer key.asc to your computer and run
Code:
cat key.asc | sudo apt-key add -
|
***************
Can you offer another way to get around not being able to access the key server? If behind a firewall and the keyserver ports are not open. How can you import the key?
Thanks.