Re: Ask gpg-agent/scdaemon to release a smartcard?

2017-11-25 Thread Werner Koch
On Fri, 24 Nov 2017 10:30, nicolas.boul...@ecp.fr said:

> Is there a way I can ask gpg-agent/scdaemon to release this smartcard, 

gpg-connect-agent 'scd killscd' /bye


Shalom-Salam,

   Werner

-- 
Die Gedanken sind frei.  Ausnahmen regelt ein Bundesgesetz.


pgpcMpAbDceKb.pgp
Description: PGP signature
___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: SHA1 collision found

2017-11-25 Thread Matthias Apitz
On Saturday, 25 November 2017 14:24:29 CET, Jerry  
wrote:

On Fri, 24 Nov 2017 00:10:44 -0800, Brent Small stated:

What’s up 


up

ADVERB

...


Maybe the OP wanted to sent this to What's Ape.

matthias




--
Sent from my Ubuntu phone
http://www.unixarea.de/

___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: SHA1 collision found

2017-11-25 Thread Jerry
On Fri, 24 Nov 2017 00:10:44 -0800, Brent Small stated:

>What’s up 

up

ADVERB

toward the sky or a higher position:
"he jumped up" · [more]

synonyms: up · higher · uphill · upslope · to the top · skyward ·
heavenward to the place where someone is:
"Dot didn't hear Mrs. Parvis come creeping up behind her"

at or to a higher level of intensity, volume, or activity:
"she turned the volume up" · [more]

into the desired or a proper condition:
"the mayor agreed to set up a committee"

PREPOSITION

from a lower to a higher point on (something); upward along:
"she climbed up a flight of steps"

ADJECTIVE

directed or moving toward a higher place or position:
"the up escalator"

in a cheerful mood; ebullient:
"the mood here is resolutely up"

(of a computer system or industrial process) functioning properly:
"the system is now up"

at an end:
"his contract was up in three weeks" · [more]

NOUN

a period of good fortune:
"you can't have ups all the time in football"

VERB

do something abruptly or boldly:
"she upped and left him"

cause (a level or amount) to be increased:
"capacity will be upped by 70 percent next year"

lift (something) up:
"everybody was cheering and upping their glasses"

___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Complete Ubuntu compile of GnuPG

2017-11-25 Thread murphy
Yes, the permissions and gpg-agent.conf creation is a problem I would
like to find an easy way around.  As it turns out a fresh install of
ubuntu 16.04.3 already has /usr/bin/pinentry-gnome3 installed.  That,
plus the fact that libgnutls28-dev also installs a bunch of stuff on my
bash file means I can reduce it to:


cd ~/Downloads
version=gnupg-2.2.3
wget https://gnupg.org/ftp/gcrypt/gnupg/$version.tar.bz2
wget https://gnupg.org/ftp/gcrypt/gnupg/$version.tar.bz2.sig
tar xf $version.tar.bz2
cd $version
sudo apt-get update
sudo apt-get install -y libldap2-dev
sudo apt-get install -y gtk+-2
sudo apt-get install -y rng-tools
sudo apt-get install -y libbz2-dev
sudo apt-get install -y libgnutls28-dev
sudo apt-get install -y libsqlite3-dev
sudo apt-get install -y libreadline-dev
sudo apt-get install -y pcscd scdaemon
sudo make -f build-aux/speedo.mk INSTALL_PREFIX=/usr/local
speedo_pkg_gnupg_configure='--enable-g13 --enable-wks-tools
--with-pinentry-pgm=/usr/bin/pinentry-gnome3' native
sudo ldconfig


Of course the line "sudo make -f ... native" is all one line.  This
enables pinentry-gnome3 without having to do a separate creation of
gpg-agent.conf and the whole issue of permissions is avoided.  I would
like to thank Werner, Robert, and Phil for the very helpful suggestions.


murphy


On 11/25/2017 04:02 AM, Dmitry Gudkov wrote:
>
> hi murphy,
>
>
> i dare suggest adding this command after creating gpg-agent.conf file:
>
>
> *chmod 600 agp-agent.conf*
>
>
> i came across an old thread on gnupg 2.xxx where its said that .gnupg
> directory must have 700 and all files inside this directory 600
> permissions
>
>
> cheers
>
> Dmitry
>
>



signature.asc
Description: OpenPGP digital signature
___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users