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

Allow processing of a specific configuration file for libssh #498

Merged
merged 4 commits into from
Apr 3, 2023

Commits on Apr 3, 2023

  1. Allow processing of a specific configuration file for the connection

    Depending on the destination, libssh might need to be configured in a
    way, that the algorithms and methods need to be adjusted. Instead of
    adding each possible configuration option into the wrapper, including
    a config file (as it exists for ordinary OpenSSH) is much easier. This
    allows ansible to connect to devices with less well supported
    algorithms.
    
    This is a required step to fix connection issues with
    ansible.netcommon.libssh. The called ansible-pylibssh need to
    process the new optional argument config_file. But this is a separate
    patch, which needs to be applied there.
    lutz authored and Qalthos committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    61409c6 View commit details
    Browse the repository at this point in the history
  2. Provide a changelog fragment

    lutz authored and Qalthos committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    ea6934c View commit details
    Browse the repository at this point in the history
  3. Update phrasing

    Qalthos committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    2247427 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c0f286b View commit details
    Browse the repository at this point in the history