YubiKey + udev follow-ups
Posted on
In my previous post, I talked about the udev hack I had used with the YubiKey and how it was not the correct way to do things. I recieved a lot of feedback on this post, and here I’m hoping to summarise what the correct way to do it is. The rule I was originally using was: SUBSYSTEMS=="usb", ATTRS{idVendor}=="1050",ATTRS{idProduct}=="0111", OWNER="irl" The problem with this rule was that it always made my own username the owner of the YubiKey.