chore(yubikey): dump notes about ykman

This commit is contained in:
Michele Cereda
2024-11-15 21:40:52 +01:00
parent 4cad950c0d
commit cfefe1d08b
3 changed files with 174 additions and 1 deletions

View File

@@ -1,7 +1,23 @@
#!/usr/bin/env fish
brew install --cask 'yubico-yubikey-manager'
###
# ykman CLI
# ------------------
###
brew install 'ykman'
ykman list
ykman -d '00000000' info
ykman oath accounts list
###
# just dump, still needs tests
###
ssh-keygen -t 'ed25519-sk' -O 'resident' -O 'verify-required' -C "Yubikey 5C NFC"
ssh-keygen -t 'ed25519-sk' -O 'resident' -O 'verify-required' -C 'Yubikey 5C NFC'