-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
SSH Hostkey check #417
SSH Hostkey check #417
Conversation
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.
LGTM
* Add Hostkey check as default behavior when SSH
Since the external ssh using the |
How about adding an option like -ssh-no-strict-hostkey-checking? |
That's sounds good as well!
to (Im not particularly good with naming things :) |
Any news here? We're building a deployment for vuls on Kubernetes with helm and this is breaking everything. Could you come up with a quick solution? Command-line options take precedence over configuration files, so there's no way to work around this right now. |
I will do it tomorrow 👍 |
Would you write a blog on usage examples at k8s? |
What did you implement:
Closes #415
How did you implement it:
Change options of SSH command.
How can we verify it:
[TODO] Fix README
Todos:
You don't have to satisfy all of the following.
make fmt
make test
Is this ready for review?: NO
Is it a breaking change?: NO