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
Well, try from pexpect import pxssh.
from pexpect import pxssh
update:
The solution only works for Linux as pxssh is not supported on Windows