PDA

View Full Version : SHA1SUMS.gpg



1zero1
2016-05-26, 08:11
hi!! i am following the steps on https://www.kali.org/downloads/ to verify the signature and when i type in the command (gpg --keyserver hkp://keys.gnupg.net --recv-key 7D8D0BF6)

i get this

"sonny@Station:~$ gpg --keyserver hkp://keys.gnupg.net --recv-key 7D8D0BF6
gpg: requesting key 7D8D0BF6 from hkp server keys.gnupg.net
gpg: keyserver timed out
gpg: keyserver receive failed: keyserver error

an when i type in the command ($ gpg --verify SHA1SUMS.gpg SHA1SUMS)

i get

sonny@Station:~$ gpg --verify SHA1SUMS.gpg SHA1SUMS
gpg: can't open `SHA1SUMS.gpg'
gpg: verify signatures failed: file open error

can someone please help?

grid
2016-05-26, 11:37
Looks like a typo in your command. Should be http, instead of hkp

1zero1
2016-05-26, 12:33
Looks like a typo in your command. Should be http, instead of hkp


just tryed that mate an the same timed out

sonny@Station:~$ gpg --keyserver http://keys.gnupg.net --recv-key 7D8D0BF6
gpg: requesting key 7D8D0BF6 from http server keys.gnupg.net
gpg: keyserver timed out
gpg: keyserver receive failed: keyserver error

grid
2016-05-27, 11:36
I can reach http://keys.gnupg.net via browser now...could it have been down when you tried it?