salt-master gitfs Failed to retrieve list of SSH authentication methods: Failed getting response

This page summarizes the projects mentioned and recommended in the original post on reddit.com/r/saltstack

Our great sponsors
  • ONLYOFFICE ONLYOFFICE Docs — document collaboration in your environment
  • Sonar - Write Clean Python Code. Always.
  • InfluxDB - Access the most powerful time series database as a service
  • SaltStack

    Software to automate the management and configuration of any infrastructure or application at scale. Get access to the Salt software package repository here:

    Reference: https://github.com/saltstack/salt/issues/57121.

  • salt

    Software to automate the management and configuration of any infrastructure or application at scale. Get access to the Salt software package repository here: (by DaAwesomeP)

    I think I have found the solution for Debian 11.Check this pull by DaAwesomeP:https://github.com/DaAwesomeP/salt/commit/3306ae15beaebd23ccf793f490f69289fd43873d### solution:Debian Pygit2 Issues~~~~~~~~~~~~~~~~~~~~The Debian repos currently have older versions of pygit2 (package``python3-pygit2``). These older versions may have issues using newer SSH keys(see [this issue](https://github.com/saltstack/salt/issues/61790)). Instead,``pygit2`` can be installed from Pypi, but you will need a version thatmatches the ``libgit2`` version from Debian. This is version 1.6.1... code-block:: bash # apt-get purge python3-pygit2 # apt-get install python3-pip # python3 -m pip install pygit2==1.6.1 It worked for me.Check this pull by DaAwesomeP.I think I have found the solution for Debian 11. Check this pull by DaAwesomeP.https://github.com/DaAwesomeP/salt/commit/3306ae15beaebd23ccf793f490f69289fd43873d

  • ONLYOFFICE

    ONLYOFFICE Docs — document collaboration in your environment. Powerful document editing and collaboration in your app or environment. Ultimate security, API and 30+ ready connectors, SaaS or on-premises

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts