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 the connection #479

Open
wants to merge 5 commits into
base: devel
Choose a base branch
from

Commits on Jan 26, 2024

  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.
    lutz authored and Qalthos committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    a23de88 View commit details
    Browse the repository at this point in the history
  2. Provide changelog-fragment

    lutz authored and Qalthos committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    acb2128 View commit details
    Browse the repository at this point in the history
  3. Fix unintended indentation

    lutz authored and Qalthos committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    e1903f8 View commit details
    Browse the repository at this point in the history
  4. [pre-commit.ci] auto fixes from pre-commit.com hooks

    for more information, see https://pre-commit.ci
    pre-commit-ci[bot] authored and Qalthos committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    cb43fb2 View commit details
    Browse the repository at this point in the history
  5. Make the change note style more clear

    webknjaz authored and Qalthos committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    f3daeea View commit details
    Browse the repository at this point in the history