Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support multi-programming #23

Closed
jas4711 opened this issue Jan 10, 2013 · 4 comments
Closed

Support multi-programming #23

jas4711 opened this issue Jan 10, 2013 · 4 comments

Comments

@jas4711
Copy link
Contributor

jas4711 commented Jan 10, 2013

There should be a (possibly separate) tool to program multiple yubikeys at the same time. It could work by reading some input file with multiple configuration/keys/serials and when yubikeys are inserted it will personalize them. It should support having multiple yubikeys inserted at the same time.

/Simon

@klali
Copy link
Member

klali commented May 23, 2013

With libusb it seems that we can use libusb_get_bus_number() and libusb_get_port_number() in combination to get a stable reference on where a device is plugged.

@klali
Copy link
Member

klali commented May 23, 2013

On osX it looks like we can use the property kIOHIDLocationIDKey to track the location of a device. This can also be used for device matching.

@nbraud
Copy link

nbraud commented May 27, 2018

FYI, this is the subject of Debian bug #863041, and is blocking for the Debian Systems Administration team.

@klali
Copy link
Member

klali commented May 28, 2018

Version 1.18.0 came with basic support for multiple keys, allowing the user to specify the number of the yubikey to be used.

@klali klali closed this as completed May 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

4 participants