Hi,

some months ago I bought a Yubikey Neo 4 to store my private key on. It
works perfect with GnuPG on my local Laptop.

Now I would like to sign some files with my key on a remote server
(build machine). I'm logged in there over SSH and I tried forwarding the
unix domain socket from scdaemon over the relatively new
SSH-unix-domain-socket-forwaring feature like this:

ssh my.server.com -R ~/.gnupg/S.scdaemon:~/.gnupg/S.scdaemon

So far this works as it creates a socket on the server at
~/.gnupg/S.scdaemon. If I now try to test it this happens:

$ gpg2 --card-status
gpg: error getting version from 'scdaemon': No SmartCard daemon
gpg: OpenPGP card not available: No SmartCard daemon

It seems that just forwarding the socket is not enough and gpg2 wants an
actually running scdaemon o the server.

Does anyone have an idea how i could trick gpg2 into using my socket to
talk to my local scdaemon?

Cheers,
-- 
Michael Fladischer
Fladi.at

Attachment: signature.asc
Description: OpenPGP digital signature

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

Reply via email to