2025-03-14 21:59:59 -06:00
|
|
|
# solo
|
|
|
|
|
|
|
|
|
|
> Interact with Solo hardware security keys.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://github.com/solokeys/solo1-cli>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- List connected Solos:
|
|
|
|
|
|
|
|
|
|
`solo ls`
|
|
|
|
|
|
|
|
|
|
- Update the currently connected Solo's firmware to the latest version:
|
|
|
|
|
|
|
|
|
|
`solo key update`
|
|
|
|
|
|
|
|
|
|
- Blink the LED of a specific Solo:
|
|
|
|
|
|
|
|
|
|
`solo key wink --serial {{serial_number}}`
|
|
|
|
|
|
|
|
|
|
- Generate random bytes using the currently connected Solo's secure random number generator:
|
|
|
|
|
|
|
|
|
|
`solo key rng raw`
|
|
|
|
|
|
|
|
|
|
- Monitor the serial output of a Solo:
|
|
|
|
|
|
|
|
|
|
`solo monitor {{path/to/serial_port}}`
|