1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 16:42:08 +02:00
tldr/pages/common/solo.md
2021-08-15 19:59:09 +02:00

24 lines
519 B
Markdown

# solo
> Interact with Solo hardware security keys.
> More information: <https://github.com/solokeys/solo-python>.
- 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}}`