Hi,

I am trying to verify the downloaded ISOs per this https://docs.kali.org/introduction/download-official-kali-linux-images#manual link, but it does not seem to work at all. For example, this cmd
leads to this:

C:\tmp>wget -q -O - https://www.kali.org/archive-key.asc | gpg --import
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0

Ok, let's try another one:

gpg --keyserver hkp://keys.gnupg.net --recv-key 7D8D0BF6
Instead of the described output I observe:

C:\tmp>gpg --keyserver hkp://keys.gnupg.net --recv-key 7D8D0BF6
gpg: keyserver receive failed: Server indicated a failure

What am I doing wrong?