Re: SSH public key comment field and gpg-agent

2016-10-17 Thread Justus Winter
Hi :) John Lane writes: > If the key is in the agent because of the gpg keyring then it is known > as "(none)". If I do "ssh-add -L" I will see "(none)" at the end of the > output: > > ssh-rsa B3NzaC1yc2EDAQAHT...IfFoxh2j13b3 (none) > > The reason that I stumbled upon this was because

Re: SSH public key comment field and gpg-agent

2016-10-17 Thread John Lane
> > Agreed, that would be useful. Feel free to open a bug report. > raised https://bugs.gnupg.org/gnupg/issue2760 ___ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-users

regular update of all keys from a keyserver

2016-10-17 Thread Martin T
Hi, I am aware that one can update all the keys in local-keyring from a keyserver using "gpg --refresh-keys". Are there any disadvantages to simply put this command into user crontab and execute for example once a day? thanks, Martin ___ Gnupg-users m

RE: regular update of all keys from a keyserver

2016-10-17 Thread Robert J. Hansen
> I am aware that one can update all the keys in local-keyring from a keyserver > using "gpg --refresh-keys". Are there any disadvantages to simply put this > command into user crontab and execute for example once a day? Not that I know of. Some people will tell you that "an attacker listening in

Re: regular update of all keys from a keyserver

2016-10-17 Thread Daniel Kahn Gillmor
On Mon 2016-10-17 06:31:16 -0400, Martin T wrote: > I am aware that one can update all the keys in local-keyring from a > keyserver using "gpg --refresh-keys". Are there any disadvantages to > simply put this command into user crontab and execute for example once > a day? The only disadvantages a

Fwd: Re: regular update of all keys from a keyserver

2016-10-17 Thread Stephan Beck
I forgot to send it to the list as well... Forwarded Message Subject: Re: regular update of all keys from a keyserver Date: Mon, 17 Oct 2016 16:20:00 + From: Stephan Beck Reply-To: st...@mailbox.org To: Martin T Hi Martin, Martin T: > Hi, > > I am aware that one can upd

Re: regular update of all keys from a keyserver

2016-10-17 Thread Brian Minton
On 10/17/2016 11:41 AM, Daniel Kahn Gillmor wrote: > On Mon 2016-10-17 06:31:16 -0400, Martin T wrote: > >> I am aware that one can update all the keys in local-keyring from a >> keyserver using "gpg --refresh-keys". Are there any disadvantages to >> simply put this command into user crontab and

Please develop even easier materials for complete novice type folks...

2016-10-17 Thread Don Saklad
Please develop even easier materials for complete novice type folks other than at https://emailselfdefense.fsf.org/en/ and at https://gnupg.org ___ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-users

Re: using with su/sudo

2016-10-17 Thread Daniel Kahn Gillmor
On Sat 2016-10-15 11:34:14 -0400, John Lane wrote: >> >> Then, the command "updatestartuptty" can fix the situation. >> > > I tried this and it worked, in a su/sudo I had to do this: > > $ script -q -c '(gpg-connect-agent updatestartuptty /bye; ssh-add > alice.subkey)' so the use of script h