-
Hi,
i'm trying tho use the ShellJobRunner. The job submission does work, the cluster targetted does execute the job.
But the job always stay in the "grey" state (This job is waiting to run).
The jo…
-
I'm not sure anybody is looking at the google group anymore, so I'll try to move this here to github.
I have some existing code using paramiko and was doing some tests to replace it. Unfortunately …
-
*Issue migrated from [https://api.github.com/repos/Jumpscale/lib9/issues/205](), opened by @despiegk*
on OS keep on having issues with the ssh2 lib, we need to keep on supporting paramiko
- suppor…
-
### Feature Request
Currently no timeout is set on either `client.join` or stdout/stderr channels. This makes long running commands to block until they are finished with no configurable timeout.
…
-
### Directions
Tried to built native packages for Centos 6/7 as per documentation. But script fails to run setup.py script
### Bug reports
__Steps to reproduce:__
1. Run ./ci/docker/build-…
-
I set the example given in the repository --
from pprint import pprint
from pssh.pssh_client import ParallelSSHClient
hosts = [hostname]
client = ParallelSSHClient(hosts,user=username,password=…
-
Hello
Thanks for parallel-ssh, I think it's going to be really useful for me!
I hit a problem which seems to be caused by me doing `import paramiko` before doing `import pssh`.
You can reproduc…
-
- Laravel Version: "laravel/envoy" : "~1.2"
- PHP Version: 7
- Database Driver & Version: n/a
### Description:
When setting the username in a Task it is not being used when executing that task.
…
-
Hi,
I have just tried to test with a Python script ParallelSSHClient and run_command with approximately 50 hosts behind a proxy host.
I've realized that if you had one host in your host list wh…
-
how to pass a different ssh port, and other ssh options in general?