You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm interested in your work on ssh-python. However, the use of embedded libssh is a blocker for us because we need to be able to build the code against the libssh/libssh-devel packaged in the operating system. For example, Fedora 29 currently ships libssh 0.8.7, and we need to be able to build and test with that.
Of course, I understand your position from #1 about not supporting older version of libssh. But that should be possible to ensure by simply requiring a particular minimal version of the library.
I wonder if you'd be willing to remove the embedded libssh copy and use externally available header files / library, in rather short term.