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
Copy file name to clipboardExpand all lines: pssh.py
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
# License along with this library; if not, write to the Free Software
18
18
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19
19
20
-
"""Small wrapper library over paramiko that allows for parallel execution of SSH commands on remote hosts and executing simple single host commands over SSH.
20
+
"""Asynchronous parallel SSH library
21
21
22
22
parallel-ssh uses asychronous network requests - there is *no* multi-threading or multi-processing used.
23
23
@@ -28,13 +28,13 @@
28
28
See :mod:`pssh.ParallelSSHClient` and :mod:`pssh.SSHClient` for class documentation.
0 commit comments