ParallelSSH / ssh2-python

Python bindings for libssh2 C library.
https://parallel-ssh.org
GNU Lesser General Public License v2.1
228 stars 72 forks source link

[Feature request] Add method_pref session function #128

Closed pkittenis closed 3 years ago

pkittenis commented 3 years ago

From mail group

Add method_pref function to session for libssh2_session_method_pref.

Also related function libssh2_session_methods.

Red-M commented 3 years ago

I had this in #90

pkittenis commented 3 years ago

If you'd like to make a PR I'm up for reviewing it. The contributing guide has detailed information on how to generate cython code, run tests and make PRs.

Tests passing is a requirement for any PR to be merged.