-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG.txt
69 lines (35 loc) · 1.13 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
=== 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