This mirror provides cryptographic verification for all distributed files.
gpg --import mirror.pubkey.asc
gpg --verify mirror.sha256.asc mirror.sig
You should see a line like:
gpg: Good signature from "Stygian Mirror <mirror@failzero.net>"
sha256sum -c mirror.sha256
Each line should show OK
. Any failures mean the file may be tampered with or corrupted.
mirror.sha256.asc
is a detached GPG signature of the checksum file.Stay safe out there.
– The Stygian Mirror