Skip to content
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

Error "mismatch between number of fingerprints and the returned ssh keys" when creating droplet #103

Open
Archieeeeee opened this issue Mar 18, 2020 · 0 comments

Comments

@Archieeeeee
Copy link

Hello,
I got error "mismatch between number of fingerprints and the returned ssh keys" when creating droplet, DigitalOcean support have done some changes on their side but also then have replied:

Just for clarity, the error is being masked. The root cause was that the client is submitting duplicate references to SSH keys ( both fingerprint and ID ) where only one should be used when referencing the same key. In this case, we were able to adopt some deduplication logic into our API behavior for this, however you will want to report the behavior of using multiple entries in the API call to the upstream client library provider. Identifying unique keys and sending them with the request to create a Droplet could result in unexpected behaviors with the client library should the integration require validating the keys installed on the Droplet which will also mismatch after the deduplication is processed by the API

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant