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

Always apply ssh_connection_options #4174

Merged
merged 1 commit into from
Apr 30, 2024

Conversation

wokis
Copy link
Contributor

@wokis wokis commented Apr 26, 2024

Always apply ssh_connection_options whether we use identity_file or password.

Default ssh_connection_options include UserKnownHostsFile=/dev/null and StrictHostKeyChecking=no but those options are never applied if no identity_file parameter is supplied along with the instance config.

This pull request changes the default driver to always use ssh_connection_options whether identity_file or password is used.

Always apply ssh_connection_options whether we use identity_file or password.
@ssbarnea ssbarnea merged commit cb74c54 into ansible:main Apr 30, 2024
15 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants