PPPW

Results 2 issues of PPPW

_For general questions please use the [mail group](https://groups.google.com/forum/#!forum/parallel-ssh)._ **Describe the bug** `parallel-ssh` sometimes redirects stdout to stderr in the output. **To Reproduce** Create a "hostfile" and an example script: ```...

_For general questions please use the [mail group](https://groups.google.com/forum/#!forum/parallel-ssh)._ **Describe the bug** The example in the README is broken: ``` from pssh.clients import ParallelSSHClient hosts = ['localhost', 'localhost'] client = ParallelSSHClient(hosts)...