LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   How do I find gpg keys for certain repositories? (https://www.linuxquestions.org/questions/debian-26/how-do-i-find-gpg-keys-for-certain-repositories-544368/)

Rick069 04-08-2007 04:24 PM

How do I find gpg keys for certain repositories?
 
What is the easiest way to find the gpg keys or whatever for some repositories that require them. I've found that some people post their sources.list files in these forums with no keys to use for authentication puposes.

rickh 04-08-2007 04:36 PM

# gpg --keyserver wwwkeys.eu.pgp.net --recv-keys XXXXXXXXXXXXXXXX
# apt-key add /root/.gnupg/pubring.gpg
# aptitude update

Replace XXXXXXXXXXXXXXXX with the key required

Rick069 04-08-2007 05:17 PM

The thing is that I have no key to start with. So therefore I can't, "Replace XXXXXXXXXXXXXXXX with the key required".

makuyl 04-08-2007 05:24 PM

When you do an apt-get update, gpg will complain about the key missing and quote the key. Just replace XXXXXXXXXXXXXXXX with the last eight characters of that key.

Rick069 04-08-2007 06:33 PM

Ok.Cool. Thanks.


All times are GMT -5. The time now is 09:34 PM.