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 /r/saltstack

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • 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

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
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