Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gpg: keyserver receive failed: Server indicated a failure #307

Open
zolopp opened this issue Dec 9, 2021 · 16 comments
Open

gpg: keyserver receive failed: Server indicated a failure #307

zolopp opened this issue Dec 9, 2021 · 16 comments

Comments

@zolopp
Copy link

zolopp commented Dec 9, 2021

What do you want to do ?> 1
Executing: /tmp/apt-key-gpghome.SSsJiMZKCr/gpg.1.sh --keyserver pool.sks-keyservers.net --recv-keys ED444FF07D8D0BF6

gpg: keyserver receive failed: Server indicated a failure

  1. Add kali linux repositories
  2. Update
  3. Remove all kali linux repositories
  4. View the contents of sources.list file
@zolopp
Copy link
Author

zolopp commented Dec 10, 2021

need help

@alexarnimueller
Copy link

The keyserver seems to be deprecated, you can change the line containing the keyserver in katoolin.py to another one, e.g. keys.openpgp.org

the line to change is cmd1 = os.system("apt-key adv --keyserver ....")

@zolopp
Copy link
Author

zolopp commented Dec 12, 2021

The keyserver seems to be deprecated, you can change the line containing the keyserver in katoolin.py to another one, e.g. keys.openpgp.org

the line to change is cmd1 = os.system("apt-key adv --keyserver ....")

thank u

@azsec
Copy link

azsec commented Dec 31, 2021

Try the following one:

key_servers=("ha.pool.sks-keyservers.net" \ 
            "hkp://p80.pool.sks-keyservers.net:80" \
            "keyserver.ubuntu.com" \
            "hkp://keyserver.ubuntu.com:80" \ 
            "pgp.mit.edu")

for key_server in ${key_servers[@]}; do
    echo "[+] Start checking ${key_server}..."
    gpg --keyserver "${key_server}" --recv-keys ED444FF07D8D0BF6 && break || echo "[+] Trying new server..."
done

@logicaldeveloper
Copy link

The keyserver seems to be deprecated, you can change the line containing the keyserver in katoolin.py to another one, e.g. keys.openpgp.org

the line to change is cmd1 = os.system("apt-key adv --keyserver ....")

This worked. Thank you

@dragoscosma
Copy link

for katoolin3 do this and it will work:

  • open install.sh
  • edit the line starting with: apt-key and paste this: apt-key adv -qq --keyserver keyserver.ubuntu.com --recv-keys ED444FF07D8D0BF6 || apt-key adv -qq --keyserver hkp://keyservers.ubuntu.com:80 --recv-keys ED444FF07D8D0BF6 || die "This may be a server issue. Please try again later";
  • now go to the terminal and run this: chmod +x ./install.ch
  • and finally run: sudo ./install.sh

@omegadc
Copy link

omegadc commented Mar 8, 2022

Could someone please help me out? I am unable to make changes on the katoolin.py file to solve the server indicated a failure issue.

@ghost
Copy link

ghost commented Mar 21, 2022

guys can you please help me with this error in ubuntu 20.4 lts

@cwealeft
Copy link

Could someone please help me out? I am unable to make changes on the katoolin.py file to solve the server indicated a failure issue.

Use sudo nano /usr/bin/katoolin to make the changes

@workvikrant
Copy link

for katoolin3 do this and it will work:

  • open install.sh
  • edit the line starting with: apt-key and paste this: apt-key adv -qq --keyserver keyserver.ubuntu.com --recv-keys ED444FF07D8D0BF6 || apt-key adv -qq --keyserver hkp://keyservers.ubuntu.com:80 --recv-keys ED444FF07D8D0BF6 || die "This may be a server issue. Please try again later";
  • now go to the terminal and run this: chmod +x ./install.ch
  • and finally run: sudo ./install.sh

WORKED

@LdeLight1
Copy link

LdeLight1 commented Apr 7, 2022

Meus lindos para esse erro basta abrir o diretório como sudo nano /usr/bin/katoolin
edite o cmd1 = os.system //O que estiver dentro dos parênteses ou escrito em verde altere para:
"apt-key adv --keyserver keys.openpgp.org --recv-keys ED444F

Um abraço amigos!!! OPA AMIGOO, SEXOOOOOOOOOO!!!

@nathmo
Copy link

nathmo commented Apr 17, 2022

i've made a fork that works if you did not managed to make it work.

https://github.com/nathmo/katoolin/blob/master/README.md

@dipu0
Copy link

dipu0 commented Jul 3, 2022

thanks!!

@csemusagul
Copy link

The keyserver seems to be deprecated, you can change the line containing the keyserver in katoolin.py to another one, e.g. keys.openpgp.org

the line to change is cmd1 = os.system("apt-key adv --keyserver ....")

Thanks, openpgp won that. :)

@felipefullstacker
Copy link

thank u

@Jaybyrd79
Copy link

Thank You!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests