Manage hardware security keys.
Name your hardware security keys: aliases map memorable names to YubiKey serial numbers, so other commands can say --security-key=work instead of a serial. Aliases live in the private dotty data directory ($XDG_DATA_HOME/dotty/security-key), not in shareable config.
dotty security-key add --name=work
dotty sk --serial=12345678 add --name=backup
dotty security-key remove
-h, --help help for security-key
--serial string serial number of the security key
--profile string profile to operate on (defaults to the active profile)
- dotty - Utilities for a terminal-driven workflow and dotfiles.
- dotty security-key add - Add a named alias for a security key.
- dotty security-key remove - Remove security key aliases.