Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 207 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 207 Bytes

SSH with paramiko

Excute command on linux server and print the result

Prerequisites

You need to install the paramiko first

To install the latest stable release via pip : $ pip install paramiko