Hi there,
I am using a “Nitrokey Start” at work and mostly SSH files for my private stuff. Also, I am using AWS and Azure Cloud VMs as well as local Virtual Machines with techniques like Vagrant and so on.
All this seems to fill up my gpg-agent key cache so that I am receiving the error “Too many authentication failures
” when trying to connect to a server on which I need the Nitrokey-Key to connect. For the situations where I need a specific key from a file, it’s easy, since I just need to add something like this to the .ssh/config
:
IdentityFile ~/.ssh/id_rsa
IdentitiesOnly yes
But for the Nitrokey - Keys, I am not aware how to achieve the same, since IdentityFile
just takes Filenames, afaik.
How can I resolve this issue?
Best regards,
Marc