This commit is contained in:
2026-05-23 03:56:49 -06:00
parent 888d96de8f
commit e2a3f08b51
9 changed files with 32 additions and 16 deletions
BIN
View File
Binary file not shown.
View File
+1
View File
@@ -0,0 +1 @@
anonymous namespaces="file-integrity" ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJzxs8Ok9r5JNevCm3KBvy9Iyg3baSw+Gvz1MaC4mZEE anonymous
BIN
View File
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -25,5 +25,5 @@ sha512sum -c checksums.sha512 > /dev/null 2>&1
checkcode $?
printf "Checking signature against provided public key... "
ssh-keygen -Y verify -f "./anonymous_signer" -I "anonymous@local" -n "file-integrity" -s contents.7z.sig < contents.7z > /dev/null 2>&1
ssh-keygen -Y verify -f "./anonymous_signer" -I "anonymous" -n "file-integrity" -s contents.7z.sig < contents.7z > /dev/null > /dev/null > /dev/null 2>&1
checkcode $?