Thursday, July 13, 2017
Debian 5 0 Package Authentication
Debian 5 0 Package Authentication
Ive got a GNU Linux Debian 5.0 machine here. Its a Western Digital "MyBookLive" sort of machine. Network storage and media device. Have some nice features and runs Linux under the hood. You can log in with SSH and use the command line. I decided this machine needed to be updated with the latest security patches, since Im use sure it hasnt happened in a long time.
When running the apt-get update command, I get this warning:
WARNING: GPG error: http://ftp.us.debian.org squeeze Release: The following signatures couldnt be verified because the public key is not available: NO_PUBKEY AED4B06F473041FAThe solution to this is to add the appropriate apt-keys to allow for package digital signature verification. You can do this in Ubuntu as well, since it uses the Debian Package system. (Debians apt system is one of my favorite features of the distro and all its derivatives.) You use the program gpg to download the relevant key, fingerprint it, and export it into your armory while adding it as an apt-key.
"WARNING: The following packages cannot be authenticated!" http://ftp.us.debian.org/debian/
Interesting I dont actually KNOW any Debian Key-server addresses, so I had to use an Ubuntu one, but I knew they would have it. Do this and your package authentication should work.gpg --keyserver keyserver.ubuntu.com --recv AED4B06F473041FAgpg --export --armor AED4B06F473041FA | sudo apt-key add -
gpg --fingerprint AED4B06F473041FA
UPDATE: I discovered the updates I was trying to apply didnt work. Had an unusual error when trying to unpack the dpkg_1.15.8.12_powerpc.deb file. So I went through the web-interface to the device and tried to update there. Fixed the problem, but in an unexpected way. It seemed to roll the system back to previous set-point. Still, fixed my problem, and undid every change I made. Im not complaining, since it did restore the system to proper working order. Im not sure if my tweaks were what caused this or not. It even reset my SSHD configurations. (Should always use a non-standard port and limit allowed your users.)
Still, using the above solution does allow me to authenticate any new packages I want to install.
download more info
Labels:
0,
5,
authentication,
debian,
package
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment