Re: gpg-agent and ~/.ssh/config IdentityFile

2016-07-06 Thread Muri Nicanor
Hi, On 07/05/2016 11:23 PM, Daniel Kahn Gillmor wrote: > You're right, this really is a better question for OpenSSH users. > > On Mon 2016-07-04 09:15:07 -0400, Muri Nicanor wrote: >> at the beginning of my ~/.ssh/config. when authenticating to a host i >> only want t

Re: gpg-agent and ~/.ssh/config IdentityFile

2016-07-04 Thread Muri Nicanor
Hello, On 07/04/2016 01:36 PM, Peter Lebbing wrote: > On 04/07/16 10:10, Muri Nicanor wrote: >> if i use gpg-agent with ssh-support, is there a way to use the >> IdentityFile option in ~/.ssh/config? When using ssh-agent i can point >> IdentityFile to the corresponding pri

gpg-agent and ~/.ssh/config IdentityFile

2016-07-04 Thread Muri Nicanor
Hi, this is actually more a ssh question, but i guess that the likelihood for someone having the same problem is higher on gnupg-users: if i use gpg-agent with ssh-support, is there a way to use the IdentityFile option in ~/.ssh/config? When using ssh-agent i can point IdentityFile to the corresp

Re: Which key is used to sign key?

2016-03-28 Thread Muri Nicanor
hi On 03/28/2016 07:05 PM, flapflap wrote: > Hi, > > Muri Nicanor: >> when i have multiple secret keys, how can i specify which one to use to >> sign a key? (i.e. when using --quick-sign-key) > > I didn't check with --quick-sign-key specifically, but usually I do

Which key is used to sign key?

2016-03-28 Thread Muri Nicanor
Hello again gnupg-users, when i have multiple secret keys, how can i specify which one to use to sign a key? (i.e. when using --quick-sign-key) cheers, muri ___ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnup

Edit Context using PyGPGME

2016-03-03 Thread Muri Nicanor
hello list, i'm trying to edit a key using PyGPGME. I've written a short snipplet based on the tests in the PyGPGME package: https://share.riseup.net/#NqlNA3GiycVKuzxOJGEmHA (the test only sends 'quit' but the goal is to send a 'minimize'). I get the error > gpgme.GpgmeError: (32, 1, u'General err

Re: Specify UID for --sign-key

2016-02-26 Thread Muri Nicanor
hi, On 02/26/2016 08:11 PM, Peter Lebbing wrote: > On 26/02/16 19:23, Muri Nicanor wrote: >> (is there a switch to see the expiry date of signatures?) > > --list-options show-sig-expire thanks! and thanks to this option my other question about --default-cert-expire 1y is lapse

Re: Specify UID for --sign-key

2016-02-26 Thread Muri Nicanor
hi dkg and list, On 02/26/2016 03:49 AM, Daniel Kahn Gillmor wrote: [...] > On Thu 2016-02-25 18:59:53 +0100, Muri Nicanor > wrote: >> is it possible to specifiy the uid for --sign-key (so i don't have to go >> through the gpg --edit dialog)? i tried usi

Specify UID for --sign-key

2016-02-25 Thread Muri Nicanor
hello gnupg-users, is it possible to specifiy the uid for --sign-key (so i don't have to go through the gpg --edit dialog)? i tried using =Name or just as described on [0], but i always get asked if i want to sign all the uids and then i have to say no and choose the one i specified... thanks &

Re: Expiration date of key signature

2016-02-10 Thread Muri Nicanor
On 02/10/2016 06:41 PM, Peter Lebbing wrote: > On 10/02/16 16:52, Muri Nicanor wrote: >> if i want to sign a gpg-key, how do i set an expiration date for that >> signature? > > From the man page of GnuPG 1.4 on Debian Jessie: >>--ask-cert-expire >&g

Expiration date of key signature

2016-02-10 Thread Muri Nicanor
hello gnupg-users, if i want to sign a gpg-key, how do i set an expiration date for that signature? i haven't found anything in the documentation about characteristics of signatures other than the option --ask-cert-level. i'm on debian stretch with gpg 1.4.20 thanks & cheers, muri __