User instructions to use pico-keys openpgp on linux #52

Open
opened 2026-02-23 06:10:26 +08:00 by sanosis · 0 comments
sanosis commented 2026-02-23 06:10:26 +08:00 (Migrated from github.com)

Hi,
to use the new releases of openpg version you don't need the commissioner tool - since the new builds have their own usbid (vendor/product).
To use them with linux pcsclite/pcscd/ccid you need (at least of end of Feb 2026)

  1. add device description/usb id to Info.plist (part of ccid):
  • add vendor id to ifdVendorID array : 0x2e8a
  • add product id to ifdProductID array: 0x10ff
  • add name to ifdFriendlyName array: Pol Henarejos Pico Key

Since the entries must be in the same places in the array it's easiest to enter them on the first or last place of the arrays…

  1. enable access for pcscd to the device - usually via udev - look for udev rules in the ccid package
  • in case of arch the line can look like:
    ATTRS{idVendor}=="2e8a", ATTRS{idProduct}=="10ff", MODE="660", GROUP="pcscd"

now pcscd shroud see the device and oct/gpg will show it on the list/card status

Git of ccid already has pico-keys files, so they probably be in the next release

Hi, to use the new releases of openpg version you don't need the commissioner tool - since the new builds have their own usbid (vendor/product). To use them with linux pcsclite/pcscd/ccid you need (at least of end of Feb 2026) 1. add device description/usb id to Info.plist (part of ccid): + add vendor id to ifdVendorID array : 0x2e8a + add product id to ifdProductID array: 0x10ff + add name to ifdFriendlyName array: Pol Henarejos Pico Key Since the entries must be in the same places in the array it's easiest to enter them on the first or last place of the arrays… 2. enable access for pcscd to the device - usually via udev - look for udev rules in the ccid package + in case of arch the line can look like: ATTRS{idVendor}=="2e8a", ATTRS{idProduct}=="10ff", MODE="660", GROUP="pcscd" now pcscd shroud see the device and oct/gpg will show it on the list/card status Git of ccid already has pico-keys files, so they probably be in the next release
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: dearsky/pico-openpgp#52