Re: Checking the signature of a tarball

2015-01-12 Thread Axel Beckert
Hi, On Mon, Jan 12, 2015 at 09:13:26AM +, DECLOEDT Loic EVADERIS wrote: > I would like to understand what is required to check the PGP signature of a > tar archive. I tried it the simplest way: > > - Download and screen-4.2.1.tar.gz and screen-4.2.1.tar.gz.sig > > - Execut

Re: Checking the signature of a tarball

2015-01-12 Thread Amadeusz Sławiński
Hey, You probably need to get public key from server gpg --keyserver keys.gnupg.net --recv-keys C53EF3A4 let me know if it works ;) Amadeusz On Mon, 12 Jan 2015 09:13:26 + DECLOEDT Loic EVADERIS wrote: > Hi, > As a quick introduction, I am managing the software infrastructure of > a startu

Checking the signature of a tarball

2015-01-12 Thread DECLOEDT Loic EVADERIS
Hi, As a quick introduction, I am managing the software infrastructure of a startup and I have been asked by enthusiastic users to install screen in our IT network. I would like to understand what is required to check the PGP signature of a tar archive. I tried it the simplest way: - Do