-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Add accept-new as valid option for ssh_config host key checking #8257
Add accept-new as valid option for ssh_config host key checking #8257
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.
Thanks for your contribution!
changelogs/fragments/8257-ssh-config-hostkey-support-accept-new.yaml
Outdated
Show resolved
Hide resolved
Co-authored-by: Felix Fontein <felix@fontein.de>
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.
Looks good to me. Will merge later today.
af1c5dd
into
ansible-collections:main
Backport to stable-8: 💚 backport PR created✅ Backport PR branch: Backported as #8267 🤖 @patchback |
@Maxopoly thanks for your contribution! |
… for ssh_config host key checking (#8267) Add accept-new as valid option for ssh_config host key checking (#8257) * Add accept-new as valid option for host key checking * Add changelog fragment for #8257 * Apply suggestions from code review Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de> (cherry picked from commit af1c5dd) Co-authored-by: Maxopoly <max@dermax.org>
…ble-collections#8257) * Add accept-new as valid option for host key checking * Add changelog fragment for ansible-collections#8257 * Apply suggestions from code review Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>
SUMMARY
Fixes #8177
ISSUE TYPE
COMPONENT NAME
ssh_config
ADDITIONAL INFORMATION
As described in #8177
This PR adds this value to the valid settings for
strict_host_key_checking