jykob / TSBot

Asynchronous Python framework to build TeamSpeak 3 Server Query bots
https://tsbot.readthedocs.io
MIT License
7 stars 3 forks source link

Bump asyncssh version #46

Closed jykob closed 2 months ago

jykob commented 3 months ago

KEX

AsyncSSH had a regression issue related to interacting with older ssh servers. Initiating key exchange by either party would crash the connection. (#37) This is fixed in 2.15.0.

Cryptography warnings

Waiting for AsyncSSH update to a newer version that handles cryptography package depricating some of their algorithms. This is already implemented in their develop branch. asyncssh