-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Could not add identity "id_ecdsa_sk": agent refused operation #4
Comments
This comment has been minimized.
This comment has been minimized.
Ok, I think you(or the guys who wrote the guide) forgot a step:
As I've tested, if you do not provide an absolute path to
You can also add |
will do, thanks a lot :) |
that did the trick! A few additional questions: I'm getting a "init_winhello: WARNING! This should not be like this!" |
This is related to Microsoft, nothing to do atm, you do not need to worry about it.
|
Hmm that's interesting.... it seems that in this case the user_handle changes yet the user_name remains the same (ssh user). Is that intended? I was expecting the username to change as well :) edit: just issued a PR :) |
You are right, I think my test for this part was wrong, will correct it ASAP. |
thanks a lot :) |
(hopefully) last question: have you tested interoperability with Linux? Namely, using a Ubuntu client, will it try to access the "ssh" service name? |
I'm not sure what you mean. This module only works in Windows how should I test it with Linux client? |
I mean: the credentials stored inside the U2F token, can they be used on another OS, importing the same "private" key file? |
Ah yes, the result of this module is exactly same as result without it, I tested this part. |
this is awesome, thanks! |
Hello and thanks for the amazing project!
I'm encountering a few issues trying to setup password-less authentication with your tool on one of my servers.
In short, I'm doing the following: https://github.com/mooltipass/minible/blob/gh-pages/fido2_openssh_from_windows.md
However, ssh-add -S winhello.dll id_ecdsa_sk fails while ssh-add id_ecdsa_sk succeeds ....
The text was updated successfully, but these errors were encountered: