Hi All,
I am following these instructions to install tarsnap on ubuntu: https://www.tarsnap.com/pkg-deb.html
The instructions say:
gpg --list-packets tarsnap-deb-packaging-key.asc | grep signature
:signature packet: algo 1, keyid B364F774EAC3C4DF
:signature packet: algo 17, keyid 38CECA690C6A6A6E
The first keyid is the Tarsnap deb packaging key, while the
second is Colin Percival's key (0x38CECA690C6A6A6E
).
These keyid values should match those on a public
key server search for 0xB364F774EAC3C4DF.
However, when I perform the same steps I get:
gpg --list-packets tarsnap-deb-packaging-key.asc | grep signature
:signature packet: algo 1, keyid BF75EEAB040E447C
:signature packet: algo 17, keyid 38CECA690C6A6A6E
Has the tarsnap GPG key changed? If so, can the docs on the website be updated for clarity?
Thanks,
Brian