We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Devices using the HID class for U2F tokens are initially only accessible to root users on Linux. To fix this, a udev rule must be added.
Open /etc/udev/rules.d/70-u2f.rules Add the following:
/etc/udev/rules.d/70-u2f.rules
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="10c4", ATTRS{idProduct}=="8acf", TAG+="uaccess"
Save and run:
sudo udevadm trigger