Re: SSH hangs when using GPG2 + Yubikey on OS-X

2016-07-18 Thread Ben Warren
Hi, > On Jul 18, 2016, at 7:18 PM, NIIBE Yutaka wrote: > > On 07/18/2016 07:44 AM, Ben Warren wrote: >> I’m using a Yubikey 4 hardware token on OS-X “Yosemite”. I’m connecting >> to a remote Linux VM and am using GPG agent-forwarding in order to sign >> git commits using the Yubikey. I also for

Re: SSH hangs when using GPG2 + Yubikey on OS-X

2016-07-18 Thread NIIBE Yutaka
On 07/18/2016 07:44 AM, Ben Warren wrote: > I’m using a Yubikey 4 hardware token on OS-X “Yosemite”. I’m connecting > to a remote Linux VM and am using GPG agent-forwarding in order to sign > git commits using the Yubikey. I also forward SSH through GPG, but find > that with one or two SSH sessio

Re: How to encrypt and sign with different keys

2016-07-18 Thread Robert J. Hansen
> gpg --recipient ID-A --local-user B --encrypt --sign filename.txt Grr. Typoed it. gpg --recipient ID-A --local-user ID-B --encrypt --sign filename.txt ___ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-u

Re: How to encrypt and sign with different keys

2016-07-18 Thread Daniele Nicolodi
On 7/18/16 2:49 PM, Dashamir Hoxha wrote: > On Mon, Jul 18, 2016 at 9:40 PM, d...@mielko.com > mailto:d...@mielko.com>> wrote: > > I am struggling with GPG command line that will encrypt file with > key A and sign it with key B. You can select the key for signing

Re: How to encrypt and sign with different keys

2016-07-18 Thread Robert J. Hansen
> I am struggling with GPG command line that will encrypt file with key A > and sign it with key B. Any help would be appreciated. Also, is there a ID-A is the certificate ID for A, ID-B is the certificate ID for B. gpg --recipient ID-A --local-user B --encrypt --sign filename.txt > way to provi

Re: How to encrypt and sign with different keys

2016-07-18 Thread Dashamir Hoxha
On Mon, Jul 18, 2016 at 9:40 PM, d...@mielko.com wrote: > I am struggling with GPG command line that will encrypt file with key A > and sign it with key B. > Usually it does it automatically, if you have subkeys for signing and encryption. > Also, is there a way to provide the password for the

How to encrypt and sign with different keys

2016-07-18 Thread d...@mielko.com
I am struggling with GPG command line that will encrypt file with key A and sign it with key B. Any help would be appreciated. Also, is there a way to provide the password for the signing key in the command line? I am trying to automate encrypting files. Thanks ___

Re: gpgscm

2016-07-18 Thread Justus Winter
Hello :) ng0 writes: > While doing the update of gnupg from 2.1.13 to 2.1.14 I found out > that you now include a modified version of tinyscheme for running > your tests/opengpg/ tests. > > Are the changes you apply to tinyscheme generic enough to > contribute to upstream, so that we can just in

Re: gpg-preset-passphrase not working with 2.1

2016-07-18 Thread Justus Winter
Hello :) David Matthews writes: > I can't get gpg-preset-passphrase to work with GnuPG 2.1.7. The > command appears to work successfully but the passphase is not found by > GET_PASSPHRASE. I've included details of my simple test below plus the > output from running it on Centos 7.2 (where it wor

Re: gpg-preset-passphrase not working with 2.1

2016-07-18 Thread David Matthews
On 14 July 2016 at 07:29, David Matthews wrote: > On 13 July 2016 at 13:13, Daniel Kahn Gillmor wrote: >> Hi David-- >> >> On Tue 2016-07-12 16:46:53 +0200, David Matthews wrote: >>> I can't get gpg-preset-passphrase to work with GnuPG 2.1.7. >> >> there have been significant changes to GnuPG bet