Skip to content

Instantly share code, notes, and snippets.

@Strykar
Created January 1, 2024 11:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Strykar/888cd5efc073b5e92901a4ac9aec41a2 to your computer and use it in GitHub Desktop.
Save Strykar/888cd5efc073b5e92901a4ac9aec41a2 to your computer and use it in GitHub Desktop.
AuthnTrend ATKeyPro on Linux
$ sudo dmesg (snipped)
[ 7662.206806] usb 2-1.8.2: New USB device found, idVendor=31bb, idProduct=0622, bcdDevice= 1.00
[ 7662.206814] usb 2-1.8.2: New USB device strings: Mfr=2, Product=30, SerialNumber=xx
[ 7662.206818] usb 2-1.8.2: Product: ATKey.Pro-01xxxxxx
[ 7662.206821] usb 2-1.8.2: Manufacturer: AuthenTrend Technology Inc.
[ 7662.206824] usb 2-1.8.2: SerialNumber: 41544B45-0xxx-xxxx-xxxx-000001xxxxx
[ 7662.209307] hid-generic 0003:31BB:0622.0006: hiddev97,hidraw5: USB HID v2.00 Device [AuthenTrend Technology Inc. ATKey.Pro-01xxxxxx] on usb-0000:00:1d.0-1.8.2/input0
[ 7662.211121] hid-generic 0003:31BB:0622.0007: hiddev98,hidraw6: USB HID v2.00 Device [AuthenTrend Technology Inc. ATKey.Pro-01xxxxxx] on usb-0000:00:1d.0-1.8.2/input1
$ lsusb
Bus 002 Device 013: ID 31bb:0622 AuthenTrend Technology Inc. ATKey.Pro-01xxxxxx
$ systemd-cryptenroll --fido2-device=list
PATH MANUFACTURER PRODUCT
/dev/hidraw5 AuthenTrend Technology Inc. ATKey.Pro-01xxxxxx
# Lennart Poettering (author of systemd) - https://0pointer.net/blog/unlocking-luks2-volumes-with-tpm2-fido2-pkcs11-security-hardware-on-systemd-248.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment