Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 3567

Beginners Questions • [Software] How to verify debian iso image for beginners

$
0
0
Hi,
https://forums.debian.net/viewtopic.php?t=159622
Before importing the key:

Code:

$> gpg --verify /tmp/SHA512SUMS.sign /tmp/SHA256SUMSgpg: Signature made Sat Feb 10 21:13:13 2024 CETgpg:                using RSA key DF9B9C49EAA9298432589D76DA87E80D6294BE9Bgpg: Can't check signature: No public key
https://wiki.debian.org/VerifyISOImage
The checksum files SHA256SUMS and SHA512SUMS in the directories with the ISO images like the one for amd64 netinst can be verified by help of the PGP signature files SHA256SUMS.sign and SHA512SUMS.sign by e.g. these two commands

Code:

gpg --keyserver keyring.debian.org --recv-keys DF9B9C49EAA9298432589D76DA87E80D6294BE9Bgpg --with-fingerprint --verify SHA512SUMS.sign SHA512SUMS

Statistics: Posted by strapicarus — 2024-09-27 23:25 — Replies 2 — Views 65



Viewing all articles
Browse latest Browse all 3567

Trending Articles