custom-components / sensor.ssh

SSH Generic Sensor
MIT License
44 stars 13 forks source link

pxssh error could not synchronize with original prompt #10

Open ACrazyConcept opened 5 years ago

ACrazyConcept commented 5 years ago

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)