Je reçois une erreur de signature non valide lorsque j'essaie de apt-get update
:
Ign:1 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:2 http://dl.google.com/linux/chrome/deb stable Release
Hit:4 https://download.sublimetext.com apt/dev/ InRelease
Hit:5 http://deb.i2p2.no unstable InRelease
Get:6 http://ftp.yzu.edu.tw/Linux/kali kali-rolling InRelease [30.5 kB]
Err:6 http://ftp.yzu.edu.tw/Linux/kali kali-rolling InRelease
The following signatures were invalid: EXPKEYSIG ED444FF07D8D0BF6 Kali Linux Repository <[email protected]>
Reading package lists... Done
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://ftp.yzu.edu.tw/Linux/kali kali-rolling InRelease: The following signatures were invalid: EXPKEYSIG ED444FF07D8D0BF6 Kali Linux Repository <[email protected]>
W: Failed to fetch http://http.kali.org/kali/dists/kali-rolling/InRelease The following signatures were invalid: EXPKEYSIG ED444FF07D8D0BF6 Kali Linux Repository <[email protected]>
W: Some index files failed to download. They have been ignored, or old ones used instead.
Pourquoi cela arrive-t-il? Comment puis-je le réparer?
Par: https://Twitter.com/kalilinux/status/959515084157538304 , votre package de porte-clés d'archive est obsolète. Vous devez le faire (en tant que root):
wget -q -O - https://archive.kali.org/archive-key.asc | apt-key add
Essaye ça:
wget https://http.kali.org/kali/pool/main/k/kali-archive-keyring/kali-archive-keyring_2018.1_all.deb
apt install ./kali-archive-keyring_2018.1_all.deb
apt-get update
forum Kali avoir ce fil où vous pouvez chercher plus loin si cela ne fonctionne pas.
Vous manquez la clé que Kali utilise pour signer leurs colis. Vous pouvez utiliser gpg
pour télécharger la clé et apt-key add
pour l'ajouter:
gpg --keyserver pgpkeys.mit.edu --recv-key ED444FF07D8D0BF6
gpg -a --export ED444FF07D8D0BF6 | Sudo apt-key add -