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 /usr/lib/python2.7/site-packages/pexpect/pxssh.py exists, then use the below command
python2.7 'yourprogram.py'
as python command is not linked to 2.7 version. Please check python -V to get the version.