-
Notifications
You must be signed in to change notification settings - Fork 3
ekg/ssh.py
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
ssh.py is a simple wrapper around SSH that uses python threads to allow parallel ssh. usage: import ssh ssh.ssh('hostname', 'command') ==> ('hostname', ('stdout', 'stderr')) ssh.parallel_ssh(['host1','host2'], 'command') ==> { 'host1' : ('stdout', 'stderr'), 'host2' : ('stdout', 'stderr') }
About
synchronous, serial, and parallel ssh, scp, and ping methods in python
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published