Nitrokey Pro installation under Fedora

Hey,
can someone help me to setup my NitrokeyPro under Fedora? Because gpgkey2ssh seams to be gone. https://lists.gnupg.org/pipermail/gnupg-devel/2016-January/030682.html

I already managed to transfer my Keys to my Nitrokey, gpg2 --card-status lists them correctly. But how can i set up gpg-agent for SSH login?

Thanks.

The following works for me:
$SSH_AUTH_SOCK=/run/user/1000/gnupg/S.gpg-agent.ssh; export SSH_AUTH_SOCK; ssh-add -l
I made me an shell alias for this, since my Nitrokey is not always plugged in.
gpg-agent itself should be started by default with gpg-agent --daemon --enable-ssh-support;

1 Like