HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

solo — Interact with Solo hardware security keys. More information: <https://github.com/solokeys/solo1-cli>

Submitted by: @import:tldr-pages··
0
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 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}}

Code Snippets

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}}

Context

tldr-pages: common/solo

Revisions (0)

No revisions yet.