jquast / x84

A python telnet/ssh server for modern terminals. In spirit of classic software such as ami/x, teleguard, renegade, iniquity.
http://x84.readthedocs.org/
Other
373 stars 56 forks source link

Increase paramiko version #296

Closed billsimon closed 6 years ago

billsimon commented 7 years ago

Update to paramiko 1.18.3 to fix this bug: https://github.com/paramiko/paramiko/issues/901

I was getting this on the x84 console when attempting to connect by SSH:

Tue-10-24 04:14PM ERROR  transport.py:1430 Unknown exception: CTR mode needs counter parameter, not IV
Tue-10-24 04:14PM ERROR  transport.py:1430 Unknown exception: CTR mode needs counter parameter, not IV
jquast commented 7 years ago

Awesome, will merge and rerelease by end of week, thanks!