I am trying to use pxssh module to make SSH connection to the client - however I am getting
pxssh
ImportError: No module named pxssh
I
If the problem is not resolved by the earlier suggestion:
from pexpect import pxssh
The pexpect library might be outdated, so run:
sudo pip install pexpect --upgrade