snippetbashTip
solo — Interact with Solo hardware security keys. More information: <https://github.com/solokeys/solo1-cli>
Viewed 0 times
commandhardwaresecuritysolointeractcliwith
Problem
How to use the
solo command: Interact with Solo hardware security keys. More information: <https://github.com/solokeys/solo1-cli>.Solution
solo — Interact with Solo hardware security keys. More information: <https://github.com/solokeys/solo1-cli>.List connected Solos:
solo lsUpdate the currently connected Solo's firmware to the latest version:
solo key updateBlink 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 rawMonitor the serial output of a Solo:
solo monitor {{path/to/serial_port}}Code Snippets
List connected Solos
solo lsUpdate the currently connected Solo's firmware to the latest version
solo key updateBlink 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 rawMonitor the serial output of a Solo
solo monitor {{path/to/serial_port}}Context
tldr-pages: common/solo
Revisions (0)
No revisions yet.