Closed baloo closed 8 years ago
Unfortunately it's not really possible to use those two together.
The problem is that gpg-agent claims the device in exclusive mode, meaning that no other application can access it. This is by design according to GnuPG. What they suggest is for application to go through scdaemon or kill gpg-agent.
:( and now I'm sad!
Using both a ssh-agent and a gpg-agent.
I have a ssh key configured like:
This works fine with ssh key like:
But, when I try to connect the gpg-agent to the yubikey as well, it stucks:
I'm forced to remove the ssh-key:
And then I'm unable to use both gpg and ssh again:
I'm using a yubikey 4 nano (bought in april 16, one revision late I believe) and:
Am I missing something? I'd really like to be able to use both at the same time :(