=== 2.0.2 (2020-07-29) ===

* Don't Mask KeyError in ssh_CHANNEL_CLOSE, ssh_CHANNEL_EOF (it breaks the connection)
* Raise an exeption when command is not found using which() (handle situation when sshpass cmd is not present)

=== 2.0.1 (2020-07-08) ===

* Fix of KeyError in ssh_CHANNEL_CLOSE, ssh_CHANNEL_EOF

=== 2.0 (2020-06-17) ===

* Remove python2 suport
* Use standard python logging by default

=== 1.9 (2018-07-30) ===

* Logging with a time


=== 1.8 (2018-07-18) ===

* Fix of KeyError in ssh_CHANNEL_DATA


=== 1.7 (2018-05-21) ===

* Fix of path to sshpass


=== 1.6 (2018-02-20) ===

* Fix of Python 2 support


=== 1.5 (2018-02-16) ===

* Fix errors when using unsupported channel
* Device token validator


=== 1.4 (2018-01-19) ===

* Fix of pty controlling
* Fix errors when using sshpass
* Support of honeypot balancing


=== 1.3 (2018-01-08) ===

* Better logging
* Support of other than RSA keys
* Pass keys as file names instead of values


=== 1.2 (2017-10-24) ===

* Better help
* No root needed


=== 1.1 (2017-10-19) ===

* Added license file
* Ignored warning of permanently added host


=== 1.0 (2017-09-13) ===

* First version
