Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always apply ssh_connection_options (#4174)
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.
- Loading branch information