Python-SSH

Welcome to Python-SSH’s documentation.

The purpose of Python-SSH was to provide a convenient and easy-to-user interface for interacting with remote hosts. It makes use of the paramiko framework to establish SSH connections either directly or through tunnels to execute commands over SSH or SFTP.

Installation

To get started with Python-SSH, install the latest stable release via pip:

Bash
pip install python-ssh

Python-SSH currently supports Python 3.6+ and relies on the following dependencies:

Guide

Releases

Releases are listed at https://github.com/degagne/python-ssh/releases

License

Python-SSH is licensed under MIT license. See the LICENSE for more information.