mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
12 lines
328 B
YAML
12 lines
328 B
YAML
|
name: usb_devices
|
||
|
examples: >-
|
||
|
Identify Yubikeys currently connected. The model field contains information
|
||
|
about what authentication protocols the keys are configured to support. This
|
||
|
table can be used to track any type of USB device.
|
||
|
|
||
|
```
|
||
|
|
||
|
SELECT model, vendor, version FROM usb_devices WHERE vendor='Yubico';
|
||
|
|
||
|
```
|