-
-
Notifications
You must be signed in to change notification settings - Fork 766
paramiko_ssh_runner: add pubkey certificates #6347
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
base: master
Are you sure you want to change the base?
paramiko_ssh_runner: add pubkey certificates #6347
Conversation
@fdrab it appears unit tests are all failing with the following:
is there something we need to update on our end (besides adding an entry to |
72d9cd6
to
57f50bd
Compare
I got as much green as possible by:
The last tests are failing due to functionality that is unrelated to this PR. |
@fdrab any input here as to the remaining failing tests? These do not appear to be related to this change? |
Hi. I'm not a maintainer / reviewer. I usually ignore errors that are obviously not related to the changes I've made, as the testing framework and some other components may be WIP. |
OH! Sorry about that haha. Thanks for the heads up on the tests. I will try to poke a reviewer/maintainer on this. |
Implements feature #6346, adding support for SSH Certificate Signing.