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

[PR #5605/fb2833d3 backport][stable-6] feat(ssh_config): host_key_algorithms option #5653

Conversation

patchback[bot]
Copy link

@patchback patchback bot commented Dec 4, 2022

This is a backport of PR #5605 as merged into main (fb2833d).

SUMMARY

host_key_algorithms option for ssh_config module

ISSUE TYPE
  • Feature Pull Request
COMPONENT NAME

ssh_config

ADDITIONAL INFORMATION

Example ad hoc execution:

ansible localhost --connection=local -a \
  "host=example.com ssh_config_file=/tmp/ssh_config remote_user=mariusz host_key_algorithms=+ssh-rsa" \
  -m community.general.ssh_config

Result (content of /tmp/ssh_config):

Host example.com
    user mariusz
    hostkeyalgorithms +ssh-rsa

* feat(ssh_config): host_key_algorithms option

* chore: add changelog fragment

* chore(ssh_config): add version info to option and update fragment

(cherry picked from commit fb2833d)
@ansibullbot
Copy link
Collaborator

@ansibullbot ansibullbot added backport feature This issue/PR relates to a feature request integration tests/integration module module needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR new_contributor Help guide this first time contributor plugins plugin (any type) system tests tests labels Dec 4, 2022
@felixfontein felixfontein merged commit 51d704b into stable-6 Dec 4, 2022
@felixfontein felixfontein deleted the patchback/backports/stable-6/fb2833d34d5e8b389ed017084d87ea6b079d4d9b/pr-5605 branch December 4, 2022 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature This issue/PR relates to a feature request integration tests/integration module module needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR new_contributor Help guide this first time contributor plugins plugin (any type) system tests tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants