Re: Agent forwarding failure when the socketdir was autodeleted

2016-10-04 Thread Daniel Kahn Gillmor
Hi Andre-- On Tue 2016-10-04 14:49:00 -0400, Andre Heinecke wrote: > On Tuesday 04 October 2016 11:26:59 Daniel Kahn Gillmor wrote: >> > But if I am not logged in or there is no gnupg process running. systemd >> > autodeletes /var/run/user//gnupg this causes the remote forward of >> > the >> >

Private Key Encryption

2016-10-04 Thread Govenkar, Swetan
Hi Team, We are performing encryption and decryption process. We are using the SUSE Linux 11 SPS3 OS. We want to Encrypt and Sign the file using gpg encryption technique. As a Linux OS root user, we are able to generate keys and perform Encryption, Signing, Verification and Decryption

Re: Agent forwarding failure when the socketdir was autodeleted

2016-10-04 Thread Andre Heinecke
Hi, On Tuesday 04 October 2016 11:26:59 Daniel Kahn Gillmor wrote: > > But if I am not logged in or there is no gnupg process running. systemd > > autodeletes /var/run/user//gnupg this causes the remote forward of > > the > > Socket to fail because the directory for the socket does not exist and

Re: Agent forwarding failure when the socketdir was autodeleted

2016-10-04 Thread Daniel Kahn Gillmor
On Tue 2016-10-04 08:03:06 -0400, Andre Heinecke wrote: > Using GnuPG 2.1.15 I'm trying to SSH into a remote machine with OpenSSH 6.7 > as > described under: > > https://wiki.gnupg.org/AgentForwarding > > The problem is that the remote system uses systemd so /var/run/user/ > exits and GnuPG

Re: Terminology - certificate or key ?

2016-10-04 Thread Heinz Diehl
On 03.10.2016, Werner Koch wrote: > We would call the left one a "normales Vorhangeschloss" (simple > padlock). But the middle one is known as a "Schappschloss" - referring > to the feature that you do not need a key to lock it. The left one is a modular padlock, and the one in the middle is

Re: Why GnuPG encrypted file has no icon?

2016-10-04 Thread Andre Heinecke
Hi, On Saturday 01 October 2016 04:10:03 Rohit P wrote: > When you encrypt multiple files in a folder, GnuPG encrypted files have no > icon. It is difficult to immediately identify which are the encrypted > files. If you are using Gpg4win you can try out our Beta of gpg4win-3.0 (See:

Agent forwarding failure when the socketdir was autodeleted

2016-10-04 Thread Andre Heinecke
Hi, Using GnuPG 2.1.15 I'm trying to SSH into a remote machine with OpenSSH 6.7 as described under: https://wiki.gnupg.org/AgentForwarding The problem is that the remote system uses systemd so /var/run/user/ exits and GnuPG will use it. But if I am not logged in or there is no gnupg process

Re: recording and retrieving "secrets" into gpg files

2016-10-04 Thread Stephan Beck
Hi Arbiel, Arbiel (gmx): > Hi Stephan > > The "Bash scripting" material, which I began reading, gave me some > valuable informations and I will go on reading it. > > On the other hand, I did not understand the aim of the material > concerning bash for gpg, as it deals with issues which I am

Re: API documentation for Python GpgMe bindings?

2016-10-04 Thread Justus Winter
Hello :) Bjoern Kahl writes: > I'd tried to play around with the (new) Python bindings announced just > a few days ago, but I am a bit lost. I am using Python-2.7 on MacOS > "El Captain", with Python-2.7, gpg2, gpgme (1.6.0_2) and the bindings > py27-pygpgme and pyme