[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Missing public keys in aptitude



On Fri, Feb 03, 2006 at 10:46:49AM -0500, Daniel B. wrote :
> Oh, okay.  Can you point me to how to import keys into gpg (e.g.,
> which commands man page/info page/etc says how to import and maybe
> how debmirror might be querying gpg for the key)?
> 

# Install debian key
# Solution 1 - from pgp key server
gpg --keyserver wwwkeys.eu.pgp.net --recv-keys keyid
gpg --armor --export keyid | apt-key add -

# Solution 2 - from debian server
wget http://ftp-master.debian.org/ziyi_key_2005.asc -O - | apt-key add -
wget http://ftp-master.debian.org/ziyi_key_2006.asc -O - | apt-key add -

Regards




Reply to: