[LUGSB] Debian Testing AMS Mirror Apt Key
Ilya Sukhanov (dotCOMmie)
lugsb at sukhanov.net
Sat Jan 12 10:51:35 EST 2008
Jeremy Stuart Tocher wrote:
> Just a random question. Apt presents me with a warning that my packages are
> not authenticated when using the debian.ams.sunysb.edu mirror that was so
> politely set up for us. Is this a general issue with Lenny or can someone
> point me to the mirror's key?
The NO_PUBKEY error? After the NO_PUBKEY it should print the fingerprint of the
key that it doesn't know. You can automatically fetch the key using the gpg
tools as follows:
# gpg --keyserver pgpkeys.mit.edu --recv-key FINGERPRINT
# gpg -a --export FINGERPRINT | sudo apt-key add -
substitute FINGERPRINT appropriately. And run this as root/sudo.
BTW this key is published upstream by debian and has nothing to do with our
particular mirror. For more info you can check out the debian wiki entry:
http://wiki.debian.org/SecureApt?action=show&redirect=NO+PUBKEY
More information about the lugsb
mailing list