forked from flashvoid/python-controlmaster
- Notifications
You must be signed in to change notification settings - Fork 0
Janrain-Colin/python-controlmaster
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Latest commit | ||||
Repository files navigation
Simple wrapper around ssh implement put, get, exe via controlmaster session. Generaly used for same tasks as paramiko or fabric but act as real user and so better handle complex ssh_config files with long redirect chains especially Example: git clone git://github.com/flashvoid/python-controlmaster.git pycm from pycm import controlmaster customer = controlmaster.controlmaster('customhost') customer.connect() customer.put(src,dst) customer.exe(cmd) customer.get(src,dst) customer.disconnect() TODO: Think the way to suppress all this trash on stdout About
python wrapper around ssh controlmaster
Resources
Uh oh!
There was an error while loading. Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python100.0%