mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
30 lines
610 B
Plaintext
30 lines
610 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# solo
|
|
|
|
> Interact with Solo hardware security keys.
|
|
> More information: <https://github.com/solokeys/solo1-cli>.
|
|
|
|
- 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}}`
|