-
Notifications
You must be signed in to change notification settings - Fork 821
New issue
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
Yubikey support #558
Yubikey support #558
Conversation
No Linux build yet available for testing ... |
uploading now |
Hi @mtibben, thanks for this great PR! I have a small issue getting the OATH code with my Yubikey that already contains multiple secrets with the current naming format:
This is really strange as if I run manually For the record, my OS is As a side note #316 introduced also a very handy |
tested the linux build on fedora 31: worked for me as described. Just validaded, my existing profile which was previously used with a manually entered TOTP now can be used with yubikey touch. |
Works for me on Arch. Two things I noted:
|
Thanks @asiragusa, that is very strange. I've expanded the flag to
As noted in #514 (comment), I'm not convinced a very specific command for managing yubikeys belong in aws-vault. As I assume this should be just a couple lines of shell script, perhaps you could create a contrib shell script using the aws cli to achieve the same thing? |
Good point @christophgysin. I've addressed this in 34e4756
Great idea. Perhaps a |
New binaries uploaded |
This script helps to add a yubikey using ykman. See 99designs#558
Got it! The issue comes from the entries stored in my Yubikey, they are prefixed by
Sure, here it is #559 |
Amazing! Thanks @asiragusa |
This script helps to add a yubikey using ykman. See #558
Thanks for this feature. I have written a basic article about configuring yubikey on MacOS at https://medium.com/@ismailyenigul/configuring-aws-vault-6-x-with-yubikey-on-macos-792c3ce8b6b5 |
Support for Yubikey OATH-TOTP via ykman.
Thanks to @j0hnsmith for the initial PRs at #316, #514, #533
Could someone with a Yubikey please test this? @j0hnsmith @jtopper or anyone else?
Docs and binaries