Quote:
Originally Posted by Asdzaan
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?
|
Use wget to download .asc keys if they are available. For example:
Code:
wget -O - http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc | sudo apt-key add -
wget -O - http://deb.opera.com/archive.key | sudo apt-key add -