Python SSH Utility Library


License
Apache-2.0
Install
pip install sshutil==1.5.0

Documentation

Utilities for ssh (paramiko)

The following modules are a collection of classes and functions useful for efficiently interacting with local and remote hosts using ssh.

  • cmd - Execute commands either locally or remotely (with ssh).
  • conn - SSH channel and socket connections with caching.
  • host - A Host class for interacting with a host.

branch status:

https://travis-ci.org/choppsv1/pysshutil.svg?branch=master https://coveralls.io/repos/choppsv1/pysshutil/badge.svg?branch=master&service=github https://readthedocs.org/projects/pysshutil/badge/?version=latest