Results 1 to 4 of 4

Thread: Public key error

  1. #1
    Join Date
    2013-Apr
    Posts
    10

    Public key error

    When i run apt-get update i have this errors:

    Code:
    W: GPG error: http://http.kali.org /kali Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY ED444FF07D8D0BF6
    
    W: GPG error: http://http.kali.org kali-dev Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY ED444FF07D8D0BF6
    
    W: GPG error: http://security.kali.org kali/updates Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY ED444FF07D8D0BF6
    How can i have a valid key and why did this happen?

    regards


    FIXED:

    for those who have the same problem:


    Code:
    gpg --keyserver pgpkeys.mit.edu --recv-key  ED444FF07D8D0BF6
    gpg -a --export ED444FF07D8D0BF6 | sudo apt-key add -
    replace the key with that of the key that was displayed in the error message


    - - -

    2018 Update

    See:
    - https://bugs.kali.org/view.php?id=4514
    - https://twitter.com/kalilinux/status/959515084157538304

    Solution: wget https://archive.kali.org/archive-key.asc -O /etc/apt/trusted.gpg.d/kali-archive-key.asc
    OR: wget -q -O - https://archive.kali.org/archive-key.asc | apt-key add
    Last edited by g0tmi1k; 2018-02-21 at 16:02. Reason: FIXED

  2. #2
    Join Date
    2014-Jun
    Posts
    2
    i have problem with this method

    Code:
    root@kali:~# gpg --keyserver pgpkeys.mit.edu --recv-key CCC158AFC1289A29
    gpg: requesting key C1289A29 from hkp server pgpkeys.mit.edu
    gpg: keyserver timed out
    gpg: keyserver receive failed: keyserver error

  3. #3
    Join Date
    2014-Jul
    Posts
    1
    Try this

    `sudo gpg --keyserver keyserver.ubuntu.com --recv-keys CCC158AFC1289A29
    sudo gpg -a --export CCC158AFC1289A29 | sudo apt-key add -`

    Make sure you have allowed firewall access if it continues to time out for you.

  4. #4
    Join Date
    2015-Jul
    Posts
    1

    Lightbulb

    can you explain why you did this..

Similar Threads

  1. Login to SSH with public key
    By altjx in forum General Archive
    Replies: 0
    Last Post: 2013-05-22, 03:23

Posting Permissions

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