-
Notifications
You must be signed in to change notification settings - Fork 899
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
GCE ecdsa ssh keys #6482
GCE ecdsa ssh keys #6482
Conversation
@miq-bot add-label bug, providers/google |
@agrare Thanks! It works well for me. 👍 |
ping @blomquisg |
:fingerprint => fingerprint | ||
} | ||
rescue => err | ||
_log.warn { err.backtrace.join('\n') } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you want to log a message with it as well?
cde2085
to
53a793e
Compare
@blomquisg Please review |
53a793e
to
4f8be1e
Compare
Checked commits agrare/manageiq@a612c27~...4f8be1e with ruby 2.2.3, rubocop 0.34.2, and haml-lint 0.13.0 |
GCE sometimes adds ecdsa nist keys that are unsupported by the sshkey gem, this skips over them so inventory refresh can continue.
/cc @enoodle can you confirm this fixes your issue?