Skip to content

Janrain-Colin/python-controlmaster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

5 Commits

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python100.0%