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
@@ -38,6 +38,26 @@ For from source installation instructions, including building against system pro
38
38
For creating native system packages for Centos/RedHat, Ubuntu, Debian and Fedora, see `instructions in the documentation <http://ssh2-python.readthedocs.io/en/latest/installation.html#system-binary-packages>`_.
39
39
40
40
41
+
Who Should Use This
42
+
___________________
43
+
44
+
Developers of bespoke SSH clients.
45
+
46
+
47
+
Who Should Not Use This
48
+
_______________________
49
+
50
+
Developers looking for ready made SSH clients.
51
+
52
+
This library is not an SSH client.
53
+
54
+
Developers looking for high level easy to use clients based on this library should use `parallel-ssh <https://github.com/ParallelSSH/parallel-ssh>`_. It provides both `single <https://parallel-ssh.readthedocs.io/en/latest/native_single.html>`_ and `parallel <https://parallel-ssh.readthedocs.io/en/latest/native_parallel.html>`_ clients.
55
+
56
+
This library provides bindings to libssh2 and its API closely matches libssh2.
57
+
58
+
If the examples seem long, this is not the right library. Use `parallel-ssh <https://github.com/ParallelSSH/parallel-ssh>`_.
0 commit comments