-
Notifications
You must be signed in to change notification settings - Fork 148
Unable to rename TOTP credentials once added. #315
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
Comments
Thanks for the suggestion! I can see the use for this, but the firmware does not allow editing the credentials on the YubiKey once they have been written to the device. This is by design, and not likely to change. |
@dagheyman Can you explain why this is by design? |
@nathaniel-holder this is a hint that this will change ;) Yubico/developers.yubico.com#294 |
Sadly even if they add this feature to new key firmwares, older keys won't have this feature :-) I resorted to adding a means of aliasing keys to the TOTP plugin for AWS CLI because I set mine up with an easy-to-type name and then realized that lots of things use the Given that TOTP has to be mediated through software (because the key has no RTC you need a computer to add that factor), it would be feasible to add a similar aliasing mechanism to any software selecting a TOTP key from the key for token generation. |
Steps to reproduce
Expected result
I'd like to be able to rename entries.
Actual results
You can't rename entries.
Other info
[Anything else you would like to add?]
Not a bug, really, This is a feature request. :)
The text was updated successfully, but these errors were encountered: