sshscheduler is a python script that executes commands on hosts over ssh using pexpect/pxssh.
The minimum required version of pexpect is 2.4. This can be install through pip on ubuntu:
apt-get install pip
pip install pexpect --upgrade
sshscheduler is a python script that executes commands on hosts over ssh using pexpect/pxssh.
The minimum required version of pexpect is 2.4. This can be install through pip on ubuntu:
apt-get install pip
pip install pexpect --upgrade