Open ACrazyConcept opened 5 years ago
I got this error and seems to got fixed by adding sync_multiplier=5 here:
sync_multiplier=5
self._ssh = pxssh.pxssh() try: self._ssh.login(self._host, self._username, password=self._password, port=self._port, sync_multiplier=5)
I got this error and seems to got fixed by adding
sync_multiplier=5
here:self._ssh = pxssh.pxssh() try: self._ssh.login(self._host, self._username, password=self._password, port=self._port, sync_multiplier=5)