Skip to content

Add fingerpint_hash_type option to ssh_auth state and related functions#41837

Merged
garethgreenaway merged 1 commit intosaltstack:2016.11from
rallytime:fix-40878
Jun 20, 2017
Merged

Add fingerpint_hash_type option to ssh_auth state and related functions#41837
garethgreenaway merged 1 commit intosaltstack:2016.11from
rallytime:fix-40878

Conversation

@rallytime
Copy link
Contributor

In PR #40543, the fingerprint_hash_type option was added to the state function in salt/states/ssh_known_hosts.py, as well as the function in the ssh execution module that the ssh_known_hosts states called out to.

This caused issue #40878 because the fingerprint_hash_type state setting was not added to the salt/states/ssh_auth.py file. This PR adds this setting to the ssh_auth file, as well as the functions that are used in the ssh execution module. This allows the user to set the fingerprint_hash_type option so avoid the warnings about the default changing.

Fixes #40878

In PR saltstack#40543, the fingerprint_hash_type option was added to the state
function in salt/states/ssh_known_hosts.py, as well as the function in
the ssh execution module that the ssh_known_hosts states called out to.

This caused issue saltstack#40878 because the fingerprint_hash_type state setting
was not added to the salt/states/ssh_auth.py file. This PR adds this
setting to the ssh_auth file, as well as the functions that are used in
the ssh execution module. This allows the user to set the fingerprint_hash_type
option so avoid the warnings about the default changing.

Fixes saltstack#40878
@ghost
Copy link

ghost commented Jun 19, 2017

@rallytime, thanks for your PR! By analyzing the history of the files in this pull request, we identified @Azidburn, @thatch45 and @jfindlay to be potential reviewers.

@garethgreenaway garethgreenaway merged commit 12ec5f9 into saltstack:2016.11 Jun 20, 2017
@rallytime rallytime deleted the fix-40878 branch June 28, 2017 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Comments