https://github.com/tatmush/violentPython3/blob/master/Chapter-2/3-sshBrute.py
s = pxssh.pxssh()
s.login(host, user, password)
https://github.com/tatmush/violentPython3/blob/master/Chapter-2/3-sshBrute.py
s = pxssh.pxssh()
s.login(host, user, password)
Copyright © 2021 Jogjafile Inc.
I believe it's specified as an ssh option like in the following example:
The above snippet is from the documentation on pxssh: https://pexpect.readthedocs.io/en/stable/api/pxssh.html