Re: GTK pinentry with gpg-agent as ssh-agent

2021-03-02 Thread Chris Coutinho via Gnupg-users
On Tue, 2021-03-02 at 10:35 +, Romain Lebrun Thauront via Gnupg-users wrote: > Hi folks, > > I start using my gpg key as my ssh key and I configure gpg-agent to manage my > ssh keys as mention in the arch wiki > article. > The problem is, it work well but my gpg-agent is now "link" to the la

Re: binary distribution of GnuPG for SuSE Linux SLES 15

2020-10-15 Thread Chris Coutinho via Gnupg-users
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Tue, 2020-10-13 at 15:11 +0200, Matthias Apitz wrote: > > Hello, > > Is there any provider for a binary RPM for this OS: > > # cat /etc/os-release > NAME="SLES" > VERSION="15-SP1" > VERSION_ID="15.1" > PRETTY_NAME="SUSE Linux Enterprise Server

Re: wrong gpg-agent version running?

2019-07-11 Thread Chris Coutinho via Gnupg-users
Hi, I've run into this issue when my package manager updates gnupg without killing running gpg-agent daemons. I think you have a previous (old version) gpg-agent daemon still running. You can see if that's the case by looking at the output of 'ps x'. I would recommend killing that daemon by using

Re: Help with SSH and GPG subkey for authentication

2019-02-23 Thread Chris Coutinho
On Feb-23-19, Peter Lebbing wrote: On 23/02/2019 12:43, Chris Coutinho wrote: I'm not exactly sure what the difference is between that and a fingerprint A key's fingerprint is something specific to OpenPGP. It includes OpenPGP-specific information and formats. As such, it is undefi

Re: Help with SSH and GPG subkey for authentication

2019-02-23 Thread Chris Coutinho
On Feb-22-19, swedebugia wrote: Hi I'm quite a beginner to gnupg. I would like to have a master key used for both encrypting documents and mail and a subkey of that used for SSH. Following this https://incenp.org/notes/2015/gnupg-for-ssh-authentication.html I first set up the keys: secĀ 

gpg-agent forwarding to remote with systemd - status?

2019-02-01 Thread Chris Coutinho
Hi, I'm trying to forward my local gpg-agent over ssh to a remote that controls the gnupg sockets via systemd. This fails because sshd attempts to place the socket in a directory that doesn't exist, because that is handled on the remote by systemd. This issue was raised back in 2016: https://gnu

Re: gpg-agent forwarding to remote with systemd - status?

2019-02-01 Thread Chris Coutinho
lient: $ gpgconf --list-dir socketdir /home/chris/.gnupg On remote: $ gpgconf --list-dir socketdir /run/user/1001/gnupg Regards, Chris On Fri, 1 Feb 2019 at 11:42, Chris Coutinho wrote: > > Hi, > > I'm trying to forward my local gpg-agent over ssh to a remote that > controls the

Re: Forwarding both gpg and ssh agents

2018-07-16 Thread Chris Coutinho
Jul-16-18, Peter Lebbing wrote: On 16/07/18 12:36, Chris Coutinho wrote: I have a few remotes where I would also like to forward my ssh-agent Have you played with OpenSSH's ForwardAgent option or its -A command line argument counterpart? I'm fairly sure I had success with it in the pa

Forwarding both gpg and ssh agents

2018-07-16 Thread Chris Coutinho
Hello, I use the ssh-agent functionality of gnupg (version 2.2.8) to handle connecting to remote hosts, which works great. I'm also able to forward my gpg-agent to remote machines to e.g. decrypt files using the `RemoteForward` flag in my ~/.ssh/config: Host myremote RemoteForward /p

Importing existing key as subkey

2018-03-30 Thread Chris Coutinho
Hello, I'm trying to consolidate my various master keys into a single master with subkeys. On my 'old' computer with gpg2.0 (openSUSE 42.3) I was able to export the secret key and split it up with `gpgsplit`. On my new machine (openSUSE Tumbleweed), the `gpgsplit` command is unavailable, an