Re: With which key did I sign my encrypted file?

2017-03-29 Thread helices
Peter, Thank you. That suffices. Notice that I did provide --version in my original post. ~ helices On Wed, Mar 29, 2017 at 10:40 AM, Peter Lebbing wrote: > Hello, > > To solve your problem, could you please also post the commands that you > used to create the

Re: With which key did I sign my encrypted file?

2017-03-29 Thread helices
How can I see if an encrypted file is signed and by whom? Please, advise. Thank you. ~ helices On Tue, Mar 28, 2017 at 8:22 AM, helices wrote: > My company uses several keys for signing files encrypted with one of many > recipient public keys. > > Once in awhile, we

Re: GnuPGv2 & 'pinentry' on Linux w/ remote access

2017-03-29 Thread Peter Lebbing
Hi! On 22/03/17 15:46, Sander Smeenk via Gnupg-users wrote: > I'm on Linux and i am not using Unity/Gnome/whatever, so i start X by > calling 'startx' and it invokes my .xsession that has ... > > | GPG_TTY=$(tty) > | export GPG_TTY > | eval $(gpg-agent --daemon) This is the style for GnuPG 2.0,

Re: haaveged + gpg --sign fails with "signing failed: Operation cancelled"

2017-03-29 Thread Doug Barton
That's not how you use haveged. It is supposed to start when the system boots, and run in the background, collecting entropy to seed the PRNG. That said, if you are using a card for signing that's way more likely to be involved in the problems you're seeing. Try creating a key on the file

Re: haaveged + gpg --sign fails with "signing failed: Operation cancelled"

2017-03-29 Thread Rainer Hoerbe
> Am 29.03.2017 um 07:44 schrieb Doug Barton : > > > That's not how you use haveged. It is supposed to start when the system > boots, and run in the background, collecting entropy to seed the PRNG. This system is based on a LiveCD starting a Docker container. Therefore