Results 1 to 4 of 4

Thread: Problém gpg

  1. #1
    Join Date
    2013-May
    Posts
    5

    Problém gpg

    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

  2. #2
    Join Date
    2013-May
    Posts
    5

    problem gpg

    nobody to help*me ?

  3. In a console add this:

    Code:
    gpg --recv-keys AED4B06F473041FA
    gpg -a --export AED4B06F473041FA| sudo apt-key add -
    or maybe this

    Code:
    gpg --keyserver pgpkeys.mit.edu --recv-key  AED4B06F473041FA
    gpg -a --export AED4B06F473041FA| sudo apt-key add -
    Fact, Science and the Pursuit of Knowledge. Working to secure your networks from threats; Outside and Within.

  4. #4
    Join Date
    2013-May
    Posts
    5
    Quote Originally Posted by charonsecurity View Post
    In a console add this:

    Code:
    gpg --recv-keys AED4B06F473041FA
    gpg -a --export AED4B06F473041FA| sudo apt-key add -
    or maybe this

    Code:
    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 ?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •