We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c335636 commit 152b1f9Copy full SHA for 152b1f9
README.rst
@@ -22,6 +22,8 @@ To install gevent you need the libevent-dev package installed. Instructions belo
22
Usage Example
23
*************
24
25
+Run `ls` on two remote hosts in parallel.
26
+
27
>>> from pssh import ParallelSSHClient
28
>>> hosts = ['myhost1', 'myhost2']
29
>>> client = ParallelSSHClient(hosts)
0 commit comments