To set up a Titan Security Key on a computer running a Linux-based operating system, you may need to add a new udev rule.
- Go to this directory:
/etc/udev/rules.d
- Create a new file for your Titan Security Key.
- Name your file (for example:
70-titan-key.rules
). - In the new file, paste the instructions for your udev version. If you don’t know your udev version, run the command:
sudo udevadm --version
.- Udev version 188 or higher:
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="18d1|096e", ATTRS{idProduct}=="5026|0858|085b", TAG+="uaccess"
- Udev version 187 or lower:
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="18d1", ATTRS{idProduct}=="5026", GROUP="plugdev", MODE="0660"
- Udev version 188 or higher:
- Save your file and run the command:
sudo udevadm control --reload-rules
Restart your computer and add a Titan Security Key to your Google Account.