Install python-paramiko by entering the following commands in the terminal:
sudo apt update sudo apt install python-paramiko
Description:
Make ssh v2 connections (Python 2)
This is a library for making SSH2 connections (client or server). Emphasis is on using SSH2 as an alternative to SSL for making secure connections between Python scripts. All major ciphers and hash methods are supported. SFTP client and server mode are both supported too. . This is the Python 2 version of the package.
Homepage: https://github.com/paramiko/paramiko/
Version: 2.0.0-1ubuntu1
Section: python