PDA

View Full Version : Problém gpg



Nano
2013-06-01, 12:18
Hello everyworld

So here is my problem, I added the repositories for debian kali and in my / etc / apt / sources.list like this.

# deb cdrom:[Debian GNU/Linux 7.0 _Kali_ - Official Snapshot i386 LIVE/INSTALL Binary 20130425-11:12]/ kali contrib main non-free
# deb cdrom:[Debian GNU/Linux 7.0 _Kali_ - Official Snapshot i386 LIVE/INSTALL Binary 20130425-11:12]/ kali contrib main non-free
## Security updates
deb http://security.kali.org/kali-security/ kali/updates main contrib non-free
## Dépots Kali-linux
deb http://http.kali.org/kali kali main non-free contrib
deb-src http://http.kali.org/kali kali main non-free contrib
# Ajout des depots de DEBIAN SQUEEZE (stable)
deb http://ftp.fr.debian.org/debian stable main contrib
deb http://ftp.debian.org/debian/ squeeze-updates main contrib
deb http://security.debian.org/ squeeze/updates main contrib

Then a little apt-get update to bring it all the standards and this is what gives me.
W: Erreur de GPG*:*http://ftp.fr.debian.org stable Release*:*Les signatures suivantes n'ont pas pu être vérifiées car la clé publique n'est pas disponible*: NO_PUBKEY AED4B06F473041FA
W: Aucune clé publique n'est disponible pour la/les clé(s) suivante(s)*:
AED4B06F473041FA
W: Erreur de GPG*:*http://security.kali.org kali/updates Release*:*Les signatures suivantes ne sont pas valables*: BADSIG ED444FF07D8D0BF6 Kali Linux Repository <[email protected]>
W: Erreur de GPG*:*http://security.debian.org squeeze/updates Release*:*Les signatures suivantes n'ont pas pu être vérifiées car la clé publique n'est pas disponible*: NO_PUBKEY AED4B06F473041FA

NB:This red line is due to a manipulation I did to try to fix these on blue afet the search on the net

So my question is that do not exactly have an invalid public key?
Beginning with kali and linux in general I try to get by but does not yet include how or in what order

Thanks

Nano
2013-06-05, 16:54
nobody to help*me ?

charonsecurity
2013-06-06, 07:18
In a console add this:


gpg --recv-keys AED4B06F473041FA
gpg -a --export AED4B06F473041FA| sudo apt-key add -

or maybe this


gpg --keyserver pgpkeys.mit.edu --recv-key AED4B06F473041FA
gpg -a --export AED4B06F473041FA| sudo apt-key add -

Nano
2013-06-06, 17:26
In a console add this:


gpg --recv-keys AED4B06F473041FA
gpg -a --export AED4B06F473041FA| sudo apt-key add -

or maybe this


gpg --keyserver pgpkeys.mit.edu --recv-key AED4B06F473041FA
gpg -a --export AED4B06F473041FA| sudo apt-key add -

thank you for the answer

unfortunately after you try these commands here is that the terminal responds to me.

root@kali:~# gpg - recv-keys AED4B06F473041FA
utilisation*: gpg [options] [fichier]
root@kali:~# gpg - keyserver pgpkeys.mit.edu - recv-key AED4B06F473041FA
utilisation*: gpg [options] [fichier]

this seems to be the problems with a option. No ?