We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chrome://settings/passkeys
brave://settings/passkeys
pkgutil --expand-full ~/Downloads/yubikey-manager-qt-1.2.5-mac.pkg /tmp/yubikey-gui/ mv "/tmp/yubikey-gui/com.yubico.ykman.pkg/Payload/YubiKey Manager.app" /Applications/
pkgutil --expand-full ~/Downloads/yubikey-manager-5.5.0-mac.pkg /tmp/yubikey-cli mv /tmp/yubikey-cli/ykman.pkg/Payload/usr/local/ ~/.local/opt/yubikey-v5.5.0 ln -s yubikey-v5.5.0 ~/.local/opt/yubikey xattr -r -d com.apple.quarantine ~/.local/opt/yubikey/ ln -s ../opt/yubikey/bin/ykman ~/.local/bin/
~/.local/bin
PATH
webi
pathman add ~/.local/opt/yubikey/bin/
The GUI doesn't seem to do much of anything. The CLI has more options:
# this definitely shows fewer accounts that I know I have, but I didn't find them under the other options either ykman fido credentials list --csv
credential_id,rp_id,user_name,user_display_name,user_id 6ccd32400f0fc8cecfbaeca6932a53612477b57629ad1d36a461ca6e01342dd93df0af0f8db9d224d0f801482f22660e,local.pocketid.app,[email protected],aj,302e3430313230383733343534383933363335
ykman fido credentials delete <full-id> [-f]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Chromium
chrome://settings/passkeys
brave://settings/passkeys
macOS
YubiKey
To [install the pkg on macOS without allowing admin privileges](pkgutil --expand-full ~/Downloads/foo.pkg /tmp/foo/):
(haven't tried it yet, but might be able to do as much or more than the CLI)
~/.local/bin
is in yourPATH
, such as with https://webinstall.dev/pathman (orwebi
itself).pathman add ~/.local/opt/yubikey/bin/
The GUI doesn't seem to do much of anything. The CLI has more options:
# this definitely shows fewer accounts that I know I have, but I didn't find them under the other options either ykman fido credentials list --csv
The text was updated successfully, but these errors were encountered: