← 返回命令列表

Linux command

solo 命令

文件

复制后可按需替换文件名、目录或参数。

常用示例

Connect to device

solo ls

Update firmware

solo update

Make a FIDO2 credential

solo key make-credential

Wink device (flash LED)

solo key wink

Reset device

solo key reset

Generate random bytes

solo key rng

Show version

solo version

说明

solo is the command-line management tool for Solo FIDO2 security keys, open-source hardware authenticators used for passwordless login and two-factor authentication. It handles firmware updates, credential management, and device diagnostics. The tool can list connected Solo devices, update their firmware, generate FIDO2 credentials for specific domains, and test device functionality. The wink command flashes the device LED to help identify a specific key when multiple are connected. Solo keys are fully open-source (both hardware and firmware), allowing independent security audits. The CLI tool is Python-based and communicates with the key over USB HID.

参数

ls
List devices.
update
Update firmware.
key
Key operations.
version
Show version.
wink
Flash LED.
reset
Reset device.
make-credential
Generate a FIDO2 credential.
rng
Output random bytes from the device RNG.
verify
Verify the device is a genuine Solo key.

FAQ

What is the solo command used for?

solo is the command-line management tool for Solo FIDO2 security keys, open-source hardware authenticators used for passwordless login and two-factor authentication. It handles firmware updates, credential management, and device diagnostics. The tool can list connected Solo devices, update their firmware, generate FIDO2 credentials for specific domains, and test device functionality. The wink command flashes the device LED to help identify a specific key when multiple are connected. Solo keys are fully open-source (both hardware and firmware), allowing independent security audits. The CLI tool is Python-based and communicates with the key over USB HID.

How do I run a basic solo example?

Run `solo ls` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does ls do in solo?

List devices.